.upper {
    height: 63.2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.51) 0%, #FFF 100%), url(/public/frontend/newimg/about1.jpeg), lightgray 0px -12.4rem / 100% 170.886% no-repeat;
    background-position: 50% 25%;
    background-size: cover;
}

.upper .heading-p1 {
    color: #1C1C1C;
    text-align: center;
    font-family: Archivo;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 6.9rem;
    /* 107.813% */
}

.upper .heading-p2 {
    color: #4C8F38;
    font-family: Archivo;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 6.9rem;
}

.upper .description {
    width: 80.5rem;
    color: #1C1C1C;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Archivo;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 150% */
}

.testimonials {
    height: 55.3rem;

    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.77) 51.04%, #FFF 100%), url(/frontend/newimg/about_testimonial.jpeg), lightgray 0px -9.35rem / 100% 173.599% no-repeat;
    /*background-position: 50% 25%;*/
    background-size: cover;
}

.testimonials .heading {
    color: #4C8F38;
    text-align: center;
    font-family: Archivo;
    font-size: 7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 98px */
    letter-spacing: -0.07rem;
}

.testimonials .description-1 {
    width: 65%;
    
    color: #535353;
  

    text-align: center;
    font-family: Archivo;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4.1rem;
    /* 41.6px */
}

.testimonials .description-2 {
    width: 100%;
    color: #1C1C1C;
   
    text-align: center;
    font-family: Archivo;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.2rem;
    /* 32px */
}

.testimonials .author-p1 {
    width: 83.2rem;
    color: #111;
    text-align: center;
    font-family: Archivo;
    font-size: 1.6rem;;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.testimonials .author-p2 {
    color: #535353;
    font-family: Archivo;
    font-size: 1.6rem;;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.profiles {
    display: inline-flex;
    align-items: center;
    gap: 3.2rem;
}

.profile {
    width: 6rem;
    height: 6rem;
    flex-shrink: 0;
}



.upper-middle {
    position: relative;
}

.upper-middle .box-1 {
   

   
    height: 77.4rem;
    flex-shrink: 0;
    border-radius: 0px 0px 20rem 0px;
    background: #FFFCCA;
    margin: -1.6rem 0px;
    padding-left: 8%;
    padding-top: 4.5%;
    position: relative;
}

.upper-middle .box-1 .heading-p1 {
    color: #1C1C1C;
    font-family: Archivo;
    font-size: 5rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.upper-middle .box-1 .heading-p2 {
    color: #4C8F38;
    font-family: Archivo;
    font-size: 8rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.upper-middle .box-1 .description {
    width: 70.1rem;
    color: #535353;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Archivo;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem;
    /* 150% */
}

.upper-middle .box-1 .join-btn {
    display: inline-flex;
    padding: 1.8rem 20.9rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 5rem;
    border: 0.1rem solid #4C8F38;
    background: #4C8F38;
    /* Button shadow */
    box-shadow: 0px 0.4rem 1rem 0px rgba(0, 0, 0, 0.06);
    /* button text */
    color: #FFF;
    font-family: Archivo;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    
}
.upper-middle .box-1 .join-btn:hover{
    background: #0f310c
}

.upper-middle .box-1 .img-1 {
    position: absolute;
    width: 45.8rem;
    height: 73.3rem;
    top: 10%;
    left: 65%;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.08) 97.87%), url(/public/frontend/newimg/about2.jpeg), lightgray 50% / cover no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 5rem 0px rgba(0, 0, 0, 0.10);
}

.upper-middle .box-1 .img-2 {
    position: absolute;
    width: 40.9rem;
    height: 28rem;
    top: 82%;
    left: 50%;
    border-radius: 1.2rem;
    background: url(/public/frontend/newimg/about3.jpeg), lightgray 50% / cover no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 5rem 0px rgba(0, 0, 0, 0.10);
}

.upper-middle .rect-1 {
    position: absolute;
    top: 97%;
    width: 31.6rem;
    height: 35.8rem;
    border-radius: 0px 0px 15rem 0px;
    background: #4C8F38;
    margin-top: 1.6rem;
    z-index: 2;
}

.upper-middle .rect-2 {
    position: absolute;
    top: 97%;
    width: 31.6rem;
    height: 35.8rem;
    background: #396b2a;
    margin-top: 1.6rem;
    z-index: 1;
}

.middle {
    height: 20rem;
    position: relative;
}

.middle .rect-3 {
    position: absolute;
    width: 38rem;
    height: 36.4rem;
    top: 89%;
    background: #FFFCC2;
}

.middle .rect-4 {
    position: absolute;
    top: 86%;
    width: 59.8rem;
    height: 63.7rem;
    border-radius: 63.7rem;
    background: #FFF;
}

.middle .rect-4 .heading-p1 {
    color: #1C1C1C;
    font-family: Archivo;
    font-size: 7rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.middle .rect-4 .heading-p2 {
    color: #4C8F38;
    font-family: Archivo;
    font-size: 7rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.lower-middle {
    height: 63.6rem;
    background: #FFF;
    box-shadow: 0px 0.4rem 20rem 0px rgba(232, 249, 247, 0.20);
    padding-right: 8%;
}

.card {
    height: 24.5rem;
    width: 35rem;
    border: none;
}

.card-subtitle {
    color: #1C1C1C;
    font-family: Archivo;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.024rem;
}

.card-text {
    color: #535353;
    font-family: Archivo;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
}

.icon {
    position: relative;
}

.sub-icon {
    width: 2.4rem;
    height: 2.4rem;
    left: 14%;
    top: 63%;
    position: absolute;
    border-radius: 0px 0px 3.2rem 3.2rem;
    background: #4C8F38;
}

.p1 {
    position: relative;
}

.p1 svg {
    position: absolute;
    top: -0.7rem;
    left: -0.3ren;
}