

.about-main .section-title {
    display: inline-block !important;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 10px;
    position: relative;
}

.about-main .section-title::after {
    content: "";
    position: absolute;
    top: 49%;
    right: -62px;
    height: 5px;
    width: 54px;
    background-color: #ff7433;
}

.about-main .about-text {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #331000;
}

.about-main .about-social {
    margin-top: 15px;
    margin-bottom: 25px;
}

.about-main .about-social a {
    text-decoration: none;
    font-size: 23px;
    color: #cc4100;
    margin-right: 15px;
    padding: 3.5px 8px;
    border-radius: 12px;
    background-color: #ffeee6;
}

.about-main .about-btn {
    border-radius: 20px;
    padding: 7px 16px;
    font-weight: 600;
    background-color: #ff5100;
    border: 1px solid #ff5100;
}

.about-main .about-img {
    height: 600px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.about-team {
    position: relative;
    padding-top: 100px;
    padding-bottom: 150px;
}

.about-team::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://img.houseui.com/watchdroid/generated_images/image_1749293529323.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.3;
    z-index: -1;
}

.about-team  .section-title {
    display: inline-block !important;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 55px;
    margin-top: 10px;
    position: relative;
}

.about-team  .section-title::after {
    content: "";
    position: absolute;
    top: 49%;
    right: -62px;
    height: 5px;
    width: 54px;
    background-color: #ff7433;
}

.about-team .team-card{
    border-radius: 20px;
    padding: 20px 15px;
    border: 1px solid #ff7433;
    background-color: #ff854d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 15px 0 rgb(0 0 0 / 12%);
    margin-bottom: 25px;
}

.about-team .team-card.founder-card{
    padding: 20px 25px;
}

.about-team .team-card.founder-card .sub-title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
}

.about-team .team-card.founder-card .team-text{
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.about-team .team-img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position:center;
    border-radius: 50%;
    border: 3px solid white;
    background-color: #FEB999;
}

.about-team .team-name{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
}
.about-team .team-position{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
}




@media (max-width: 991px){ 
    .about-main .about-img{
        height: auto;
    }
    .about-main .about-social{
        margin-top: 25px;
    }

    .about-team .team-card{
        text-align: center;
    }
    .about-team .team-card.team-card.founder-card{
        text-align: start;
    }

    .about-team .team-img{
        width: 230px;
        height: 230px;
    }
}



@media (max-width: 768px){ 

    .about-main .section-title{
        font-size: 36px;
        margin-bottom: 30px;
    }

    .about-main .section-title::after{
        width: 40px;
        right: -50px;
        height: 4px;
    }


    .about-main .about-img{
        height: auto;
    }

    .about-team .section-title{
         font-size: 34px;
         margin-bottom: 20px;
    }

    .about-team .section-title::after{
        width: 40px;
        right: -50px;
        height: 4px;
    }

}


@media (max-width: 500px){ 
    .about-main .section-title{
        font-size: 26px;
    }


    .about-main .section-title::after{
        width: 30px;
        right: -40px;
        height: 4px;
    }

    .about-main .about-text{
        font-size: 18px;
    }

    .about-team .team-card.founder-card .sub-title{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .about-team .team-card.founder-card .team-text{
        font-size: 17px;
    }

    .about-team .team-card.founder-card{
        padding: 18px 20px;
    }
    .about-team .team-name{
        font-size: 24px;
    }

}

@media (max-width: 335px){ 
    .about-main .section-title{
        font-size: 24px;
    }
 .about-team .team-img{
        width: 100%;
        height: auto;
    }
}