@import url('https://fonts.googleapis.com/css2?family=Afacad&display=swap');
/* Section 1 */
.light-about-section {
    margin-top: 5rem;
}
.light-about-section .title {
    font-weight: 900;
    font-size: 44px;
    font-family: 'Outfit', sans-serif;
}
.light-about-section .title .name{
    color: #e9510b;
}
.light-about-section .title .dream{
    color: #53885f;
}
.light-about-section .sub-text {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.light-about-section .card-container {
    background-color: var(--white);
    border-radius: 64px;
    padding: 8rem;
    margin-bottom: 20px;
}
.light-about-section .aboutus-text-head{
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.light-about-section .aboutus-text-subhead{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.75;    
    margin-bottom: 8px;
}
.light-about-section .aboutus-text-subhead span{
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}
.light-about-section .social-icons-text{
    font-family: 'Afacad', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
}
.light-about-section .team-img {
    width: 292px;
    height: 292px;
    object-fit: cover;
    border-radius: 50%;
}
.light-about-section .dream-team .card-title{
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Afacad', sans-serif;
}
.light-about-section .dream-team .card-text{
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Afacad', sans-serif;
}

.light-about-section .team-block {
    display: inline-block;
    text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    /* Section 1 */
    .light-about-section {
        margin-top: 4rem;
    }
    .light-about-section .title {
        font-size: 34px;
    }
    .light-about-section .sub-text {
        font-size: 16px;
        margin: 0px 10px;
    }
    .light-about-section .card-container {
        padding: 3rem;
    }
    .light-about-section .aboutus-text-head{
        font-size: 24px;
    }
    .light-about-section .aboutus-text-subhead{
        font-size: 16px;
    }
    .light-about-section .aboutus-text-subhead span{
        font-size: 16px;
    }
    .light-about-section .social-icons-text{
        font-size: 20px;
    }
    .light-about-section .team-img {
        width: 267px;
        height: 267px;
    }
    .light-about-section .dream-team .card-title{
        font-size: 22px;
    }
    .light-about-section .dream-team .card-text{
        font-size: 22px;
    }

    .light-about-section .team-block {
        display: inline-block;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    /* Section 1 */
    .light-about-section {
        margin-top: 4rem;
    }
    .light-about-section .title {
        font-size: 34px;
    }
    .light-about-section .sub-text {
        font-size: 16px;
        margin: 0px 10px;
    }
    .light-about-section .card-container {
        padding: 3rem;
    }
    .light-about-section .aboutus-text-head{
        font-size: 24px;
    }
    .light-about-section .aboutus-text-subhead{
        font-size: 16px;
    }
    .light-about-section .aboutus-text-subhead span{
        font-size: 16px;
    }

    .light-about-section .team-block {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .light-about-section .team-block img{
        margin: auto;
    }
    .light-about-section .social-icons-text{
        font-size: 20px;
    }
    .light-about-section .team-img {
        width: 267px;
        height: 267px;
    }
    .light-about-section .dream-team .card-title{
        font-size: 22px;
    }
    .light-about-section .dream-team .card-text{
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Section 1 */
    .light-about-section {
        margin-top: 4rem;
    }
    .light-about-section .title {
        font-size: 34px;
    }
    .light-about-section .sub-text {
        font-size: 16px;
        margin: 0px 10px;
    }
    .light-about-section .card-container {
        padding: 3rem;
    }
    .light-about-section .aboutus-text-head{
        font-size: 24px;
    }
    .light-about-section .aboutus-text-subhead{
        font-size: 16px;
    }
    .light-about-section .aboutus-text-subhead span{
        font-size: 16px;
    }
    .light-about-section .social-icons-text{
        font-size: 20px;
    }
    .light-about-section .team-img {
        width: 267px;
        height: 225px;
    }
    .light-about-section .dream-team .card-title{
        font-size: 22px;
    }
    .light-about-section .dream-team .card-text{
        font-size: 22px;
    }

    .light-about-section .team-block {
        display: inline-block;
    }
}