.page-title-wrap {
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    background: #f8f9f9;
    padding: 20px 0px;
    color: #333333;
}

.page-title-wrap h1 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .page-title-wrap h1 {
        font-size: 1.5rem;
    }
}

.project-section {
    padding: 40px 0;
    background-color: #fdfdfd;
}

.container {
    margin: 0 6%;
}

.section-title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.divider {
    width: 50px;
    height: 2px;
    background-color: #006605;
    border: none;
    margin-bottom: 10px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.column {
    flex: 1 1 500px;
}

.description-p{
    margin-bottom: 24%;
}

p {
    margin-bottom: 20px;
    font-family: Garamond, 'Times New Roman', serif;
    font-size: 16px;
}

.responsive-img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.anita_building{
    margin-top: 33px;
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
}
