* body {
    background-color: #f5f5f5; 
}




 /* RETURN BUTTON */

.back-to-home-page {
    display: flex;
    flex-direction: row;
    padding: 16px 128px;
    gap: 8px;
    align-items: center;
    /* margin-bottom: 40px; */
 }


/* ABOUT US SECTION */

/* ABOUT THE COMPANY */

.about-us-section {
    padding: 40px 128px;
}



.section-heading {
    align-self: stretch;
    width: 100%;
    color: black;
    font: 700 29px/1.2 "Montserrat", sans-serif;

}

.header-underline-container {
    display: flex;
    margin-top: 8px;
    width: 80px;
    flex-direction: column;
    justify-content: center;
}

.header-underline {
    background-color: #FCA311;
    min-height: 8px;
    width: 100%;
}

.about-the-company {
    margin-top: 40px;
}

.about-us-text {
    align-self: stretch;
    margin-top: 24px;
    flex: 1;
    width: 100%;
    gap: 8px;
    font: 400 15px/18px "Lora", sans-serif;
}

.company-points-row-container {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    gap: 24px;
    
}

.company-point-panel {
    background-color:  #FFFDF7;
    border-radius: 24px;
    padding: 80px 40px;
    width: 33%;
    /* margin: ; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
}

.company-point {
    margin-top: 16px;
}

/* ABOUT THE OWNER */


.president-info-container {
    background-color: white;
    margin-top: 40px;
    border-radius: 24px;
    padding: 40px 40px;
    display: flex;
    box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
    /*  */
}

.president-info-content {
    display: flex;
    flex-direction: column;
    margin: 40px;
}

.president-image {
    border-radius: 16px;
    height: 480px;
}

.president-name-text {
    width: 360px;
}

.president-info-text {
    align-self: stretch;
    margin-top: 24px;
    flex: 1;
    width: 100%;
    gap: 8px;
    font: 400 15px/18px "Lora", sans-serif;
}


/* TEAM SECTION */

.meet-our-team {
    margin-top: 40px;
}

.team-container {
    margin-top: 40px;
    /* margin-bottom: 40px; */
    display: flex;
    gap: 24px;
}

.team-member-card {
    display: flex;
    flex-direction: column;
    width: 25%;
    font-size: 23px;
    line-height: 1.2;

}

.team-member-image {
    aspect-ratio: 0.86;
    object-fit: cover;
    object-fit: center;
    width: 100%;
    border-radius: 24px;
}

.team-member-info {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 24px 0;
    gap: 4px;
}

.team-member-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.team-member-position {
    margin-top: 8px;
    font-family: "Lora", sans-serif;
    font-weight: 400;
}

/* STATS SECTION */

.stats-section {
    padding: 80px 128px;
}

.stats-container {
    display: flex;
    gap: 24px;
}

.stats-card {
    border-radius: 24px;
    background-color: white;
    display: flex;
    min-height: 240px;
    width: 100%;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    padding: 40px;
    box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
}

.stats-number {
    font-size: 64px;
    color: black;
    font-weight: 700;
    line-height: 1.2;
}

.stats-description {
    margin-top: 40px;
    font-size: 29px;
    color: black;
    font-weight: 600;
    line-height: 35px;
}

/* FULL WIDTH IMAGE */

.end-image {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.team-full-width-image {
    aspect-ratio: 2.72;
    object-fit: cover;
    object-position: center;
    height: 480px;
    width: 100%;
    border-radius: 24px;
    max-width: 1472px;
}
/* Media query */
@media (max-width: 720px) {
    /* Adjust padding for smaller screens */
    .about-us-section {
        padding: 20px 20px; 
    }

    /* Adjust font size and margin for section heading */
    .section-heading {
        font: 700 24px/1.2 "Montserrat", sans-serif; 
        text-align: left; 
        margin-bottom: 16px; 
    }

    /* Adjust underline container size and position */
    .header-underline-container {
        width: 60px; 
        margin-top: 4px; 
    }

    /* Adjust company description text */
    .about-us-text {
        font: 400 14px/18px "Lora", sans-serif; 
        margin-top: 16px; 
    }

    /* Adjust company points row container layout */
    .company-points-row-container {
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap; 
        gap: 16px; 
        justify-content: center; 
    }

    /* Adjust company point panel layout */
    .company-point-panel {
        background-color:  #FFFDF7;
        border-radius: 24px;
        padding: 24px 16px; 
        width: 100%; 
        box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
        margin-bottom: 16px; 
    }

    /* Adjust company point text */
    .company-point {
        font: 400 14px/18px "Lora", sans-serif; 
        margin-top: 8px; 
    }
    .vlist{
        margin-left: 15px;
    }
    .president-info-container {
        padding: 20px 20px; 
        margin-top: 20px; 
        flex-direction: column; 
    }

    
    .president-info-content {
        margin: 16px; 
        align-items: center; 
    }

    .president-image {
        width: 100%; 
        height: auto; 
        border-radius: 16px;
        margin-bottom: 16px; 
    }

    
    .president-name-text {
        width: 100%; 
        font: 600 18px/22px "Montserrat", sans-serif; 
        text-align: center; 
        margin-top: 16px; 
    }

    
    .president-info-text {
        font: 400 14px/18px "Lora", sans-serif; 
        margin-top: 8px; 
        width: 100%; 
        text-align: left; 
    }
    .meet-our-team {
        margin-top: 20px;
    }

    .team-container {
        margin-top: 20px;
        display: grid; 
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); 
        gap: 16px; 
    }

    .team-member-card {
        display: flex;
        flex-direction: column;
        width: 100%; 
        font-size: 18px; 
        line-height: 1.4; 
    }

    .team-member-image {
        aspect-ratio: 1; 
        object-fit: cover;
        width: 100%; 
        border-radius: 16px; 
    }

    .team-member-info {
        display: flex;
        width: 100%;
        flex-direction: column;
        padding: 16px 0; 
        gap: 6px; 
    }

    .team-member-name {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
        text-align: center; 
    }

    .team-member-position {
        margin-top: 4px;
        font-family: "Lora", sans-serif;
        font-weight: 400;
        font-size: 14px; 
        text-align: center; 
    }
    .stats-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .stats-description {
        margin-top: 40px;
        font-size: 25px;
        color: black;
        font-weight: 600;
        line-height: 35px;
    }
    .end-image {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 40px; 
    }

    .team-full-width-image {
        aspect-ratio: 1.5; 
        object-fit: cover;
        object-position: center;
        height: auto; 
        width: 150%; 
        max-width: 200%;
        border-radius: 16px; 
    }
}
