.meet-the-founders{
    margin-top: 130px;
    padding-bottom: 30px;
}
.founder-details-wrap{
    display: flex;
    margin: 0px -50px;
}

.founder-details-item{
    width: 50%;
    padding: 0px 50px;
}
.meet-the-founders-wrap .image{
    margin-bottom: 100px;
}

.founder-details-item h5{
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}
.founder-details-item h5::before{
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 30px;
    background: url(../images/team-arrow.svg) no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}
.founder-detail-deatils-wrap{
    padding-left: 65px;
}
.founder-detail-deatils-wrap .position{
    margin-bottom: 45px;
}
.founder-detail-deatils-wrap .text{
    margin-bottom: 35px;
}
.founder-detail-deatils-wrap .social-icons{
    display: flex;
}
.founder-detail-deatils-wrap .social-icons a:not(:last-child){
    margin-right: 15px;
}
.founder-detail-deatils-wrap .social-icons a img{
    width: 38px;
    height: 38px;
    object-fit: contain;
    flex-shrink: 0;
    transition: var(--transition);
}
.founder-detail-deatils-wrap .social-icons a img:hover{
    filter: brightness(0%);
}
.meet-the-founders-wrap{
    margin-bottom: 100px;
}

.meet-the-founders-wrap .image {
    margin-bottom: 100px;
    width: 60%;
    position: relative;
    overflow: hidden;
}
.meet-the-founders-wrap .image::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(119 151 151 / 70%);
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: var(--transition);
}
.meet-the-founders-wrap .image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: var(--transition);
}
.meet-the-founders-wrap .image:hover::before{
    background: transparent;
}
.meet-the-founders-wrap .image:hover img{
    transform: scale(1.05);

}
.meet-the-founders-wrap .image:hover{
    box-shadow: 0 4px 12px rgba(119, 151, 151, 0.6);
}
.founder-details-item .team-image{
    margin-bottom: 70px;
    width: 70%;
}
.founder-details-item .team-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.meet-the-founders-wrap .wrapper{
    margin-bottom: 70px;
}
@media (max-width: 1200px) {
    .founder-details-wrap{
        margin: 0px -15px;
    }
    .founder-details-item{
        padding: 0px 15px;
    }
}

@media (max-width: 1199px) {
    .meet-the-founders-wrap .image{
        width: 75%;
    }
}

@media (max-width: 991px) {
    .meet-the-founders {
        margin-top: 100px;
    }
    .meet-the-founders-wrap .image {
        width: 100%;
        margin-bottom: 60px;
    }
    .founder-details-item{
        width: 100%;
    }
    .founder-details-wrap{
        flex-direction: column;
    }
    .founder-details-item:not(:last-child){
        margin-bottom: 50px;
    }
    .founder-detail-deatils-wrap .position {
        margin-bottom: 35px;
    }
    .founder-details-item .team-image {
        margin-bottom: 50px;
    }
    .meet-the-founders-wrap .wrapper {
        margin-bottom: 50px;
    }
}


@media (max-width: 767px) {
    .meet-the-founders {
        margin-top: 50px;
    }

    .meet-the-founders-wrap .image{
        margin-bottom: 40px;
    }
    .founder-details-item h5::before{
        width: 30px;
        height: 30px;
    }
    .founder-details-item h5::before {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }

    .founder-detail-deatils-wrap {
        padding-left: 26px;
    }
    .founder-detail-deatils-wrap .social-icons a img {
        width: 24px;
        height: 24px;
    }
    .meet-the-founders-wrap {
        margin-bottom: 50px;
    }
    .founder-detail-deatils-wrap .position {
        margin-bottom: 16px;
    }
    .founder-detail-deatils-wrap .text {
        margin-bottom: 25px;
    }
    .founder-details-item .team-image {
        margin-bottom: 40px;
        width: 100%;
    }
    .meet-the-founders-wrap .wrapper {
        margin-bottom: 30px;
    }
}