.about-us-text {
    position: relative;
}

.about-us-text h1 {
    font-family: 'InterFace', sans-serif;
    font-style: normal;
    font-style: normal;
    font-size: 70px;
    line-height: 92px;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #32462f;
}

.about-us-yellow-line {
    background: #e6ea9e;
    height: 64px;
    width: 11px;
    border-radius: 16px;
    position: absolute;
    left: 18px;
    top: 13px;
}

.about-us-yellow-line-two {
    background: #e6ea9e;
    height: 65px;
    width: 11px;
    border-radius: 16px;
    position: absolute;
    left: 50px;
    top: 13px;
}

.about-us-pipeline {
    height: 118px;
    width: 1.7px;
    background: #32462f;
    border-radius: 52px;
}

.about-us-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 705px;
    margin: -40px auto 0 auto;
    height: 80vh;

    position: relative;
}

.about-us-pipeline-two {
    height: 50px;
    width: 1.7px;
    background: #32462f;
    border-radius: 52px;
    margin: 15px 0 0 0;
}

.about-us-one {
    width: 250px;
    height: 250px;
    position: absolute;
}

.about-us-one img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about-us-img-1 {
    top: 75px;
    left: -343px;
    width: 200px;
    height: 120px;
}
.about-us-img-2 {
    top: 75px;
    right: -343px;
    width: 250px;
    height: 170px;
}
.about-us-img-3 {
    bottom: 100px;
    left: -343px;
    width: 250px;
    height: 170px;
}
.about-us-img-4 {
    bottom: 100px;
    right: -343px;
    width: 200px;
    height: 120px;
}


.about-us-second-section {
        max-width: 1381px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.about-us-second-container {
    display: flex;
    gap: 40px;
    width: 100%;
}

/* Left (Text) - 35% */
.about-us-text {
    flex: 0 0 35%;
}

.about-us-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 16px;
}

.about-us-title em {
    font-style: italic;
}

.about-us-title-border {
    width: 100px;
    border-bottom: 4px solid #584A35;
    margin-bottom: 24px;
}

.about-us-paragraph {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15.38px;
    line-height: 150%;
    letter-spacing: 0.6px;
    color: #332624BF;
    margin-bottom: 20px;
}

/* Right (Image) - 65% */
.about-us-image-container {
    position: relative;
    flex: 0 0 65%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-image-container img {
    max-width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
}

.image-background-square {
background-color: #584A35;
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 1;
}


.about-us-image-wrapper{
    width: 666px;
    position: absolute;
    top: 0;
    left: 0;
}



.about-us-image-wrapper-last {
    width: 615px;
    position: absolute;
    top: 0;
    left: 0;
}



.image-background-square-last {
    background-color: #245233;
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: -50px;
    right: 146px;
    z-index: 1;
}



.image-background-square-second {
    background-color: #E6EA9E;
    width: 400px;
    height: 400px;
    position: absolute;
    top: -56px;
    right: 72px;
    z-index: 1;
}



.about-us-image-container-second
 {
    position: relative;
    flex: 0 0 55%;
    display: flex
;
    align-items: center;
    justify-content: center;
}


.about-us-image-container-second img {
    max-width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
}



.about-us-green-section {
 
     max-width: 1388px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.about-us-green-container {
    display: flex;
    /* gap: 40px; */
    width: 100%;
    align-items: center;
}

/* Left - Image (35%) */
.about-us-green-image {
    flex: 0 0 35%;
}

.about-us-green-image img {
    width: 100%;
    height: auto;
}

/* Right - Text (65%) */
.about-us-green-text {
    flex: 0 0 65%;
}

.green-section-subtitle {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15.38px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}

.green-section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.green-section-title em {
    font-style: italic;
}

.green-section-title-border {
    width: 50px;
    border-bottom: 4px solid #E6EA9E;
    margin-bottom: 24px;
}

.green-section-paragraph {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15.38px;
    line-height: 150%;
    letter-spacing: 0.6px;
    color: #FFFFFFBF;
    max-width: 650px;
}


.about-us-second-section-box{
       background-color: #245129;
       margin:  0 0 40px 0 ;
}