.meet_the_founder {
    width: 100%;
    height: auto;
    padding: 10% var(--xxl-space);
    background-color: #000000;
}
.meet_the_founder .owner {
    font-size: 90px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 5%;
    margin-left: -6px;
}
.meet_the_founder .bothparts {
    display: flex;
    flex-direction: row;
}
.meet_the_founder .bothparts .leftpart {
    width: 50%;
    padding-right: 6%;
}
.meet_the_founder .bothparts .leftpart img {
    width: 100%;
    height: auto;
}
.meet_the_founder .bothparts .rightpart {
    width: 50%;
}
.meet_the_founder .bothparts .rightpart .name {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    margin-top: -15px;
}
.meet_the_founder .bothparts .rightpart .role {
    font-size: 50px;
    color: #808080;
    font-weight: 600;
    margin-top: -15px;
}
.meet_the_founder .bothparts .rightpart p {
    padding-top: 4%;
    padding-bottom: 0%;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    line-height: 35px;
}
.meet_the_founder .bothparts .rightpart .social {
    display: flex;
    flex-direction: row;
    margin-top: 5%;
}
.meet_the_founder .bothparts .rightpart .social .img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    cursor: pointer;
}
#email_icon {
    width: 38px;
    height: 32px;
}
.social_image1:hover {
    transform: scale(1.15);
}
.social_image2:hover {
    transform: scale(1.15);
}
.social_image3:hover {
    transform: scale(1.15);
}

@media (max-width: 480px) {
    .meet_the_founder .owner {
        font-size: 35px;
        margin-left: -4px;
    }
    .meet_the_founder .bothparts {
        flex-direction: column;
    }
    .meet_the_founder .bothparts .leftpart {
        width: 100%;
        padding-right: 0%;
    }
    .meet_the_founder .bothparts .rightpart {
        width: 100%;
        padding-left: 0%;
    }
    .meet_the_founder .bothparts .rightpart .name {
        margin-top: 22px;
        font-size: 22px;
    }
    .meet_the_founder .bothparts .rightpart .role {
        font-size: 18px;
        margin-top: -7px;
    }
    .meet_the_founder .bothparts .rightpart p {
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: 14px;
        line-height: 20px;
    }
    .meet_the_founder .bothparts .rightpart .social .img {
        width: 17px;
        height: 17px;
        margin-right: -2px;
    }
    #email_icon {
        width: 26px;
        height: 17px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .meet_the_founder .owner {
        font-size: 40px;
    }
    .meet_the_founder .bothparts {
        flex-direction: column;
    }
    .meet_the_founder .bothparts .leftpart {
        width: 100%;
        padding-right: 0%;
    }
    .meet_the_founder .bothparts .rightpart {
        width: 100%;
        padding-left: 0%;
    }
    .meet_the_founder .bothparts .rightpart .name {
        margin-top: 25px;
        font-size: 23px;
    }
    .meet_the_founder .bothparts .rightpart .role {
        font-size: 20px;
        margin-top: -7px;
    }
    .meet_the_founder .bothparts .rightpart p {
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: 14px;
        line-height: 20px;
    }
    .meet_the_founder .bothparts .rightpart .social .img {
        width: 17px;
        height: 17px;
        margin-right: -2px;
    }
    #email_icon {
        width: 24px;
        height: 21px;
    }
}

@media (min-width: 768px) and (max-width: 919px) {
    .meet_the_founder .owner {
        font-size: 40px;
        margin-left: -4px;
    }
    .meet_the_founder .bothparts .rightpart .name {
        font-size: 24px;
        margin-top: -5px;
    }
    .meet_the_founder .bothparts .rightpart .role {
        font-size: 21px;
        margin-top: -9px;
        margin-bottom: -10px;
    }
    .second_para {
        margin-top: -10px;
    }
    .meet_the_founder .bothparts .rightpart p {
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: 15px;
        line-height: 16px;
    }
    .meet_the_founder .bothparts .rightpart .social .img {
        width: 19px;
        height: 19px;
        margin-right: -2px;
    }
    #email_icon {
        width: 25px;
        height: 22px;
    }
    .meet_the_founder .bothparts .leftpart img {
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 920px) and (max-width: 991px) {
    .meet_the_founder .owner {
        font-size: 40px;
        margin-left: -4px;
    }
    .meet_the_founder .bothparts .rightpart .name {
        font-size: 24px;
        margin-top: -5px;
    }
    .meet_the_founder .bothparts .rightpart .role {
        font-size: 21px;
        margin-top: -9px;
        margin-bottom: -10px;
    }
    .second_para {
        margin-top: -10px;
    }
    .meet_the_founder .bothparts .rightpart p {
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: 15px;
        line-height: 20px;
    }
    .meet_the_founder .bothparts .rightpart .social .img {
        width: 19px;
        height: 19px;
        margin-right: -2px;
    }
    #email_icon {
        width: 25px;
        height: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1281px) {
    .meet_the_founder .owner {
        font-size: 45px;
        margin-left: -4px;
    }
    .meet_the_founder .bothparts .rightpart .name {
        font-size: 32px;
        margin-top: -8px;
    }
    .meet_the_founder .bothparts .rightpart .role {
        font-size: 25px;
        margin-top: -12px;
    }
    .meet_the_founder .bothparts .rightpart p {
        padding-top: 0%;
        padding-bottom: 0%;
        font-size: 15px;
        line-height: 19px;
    }
    .meet_the_founder .bothparts .rightpart .social .img {
        width: 19px;
        height: 19px;
        margin-right: -2px;
    }
    #email_icon {
        width: 25px;
        height: 23px;
    }
}

@media (min-width: 1282px) and (max-width: 1481px) {
    .meet_the_founder .owner {
        font-size: 50px;
        margin-left: -4px;
    }
    .meet_the_founder .bothparts .rightpart .name {
        font-size: 37px;
        margin-top: -8px;
    }
    .meet_the_founder .bothparts .rightpart .role {
        font-size: 30px;
        margin-top: -12px;
    }
    .meet_the_founder .bothparts .rightpart p {
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: 19px;
        line-height: 24px;
    }
    .meet_the_founder .bothparts .rightpart .social {
        margin-top: 0%;
    }
    .meet_the_founder .bothparts .rightpart .social .img {
        width: 30px;
        height: 20px;
        margin-right: -7px;
    }
    #email_icon {
        width: 27px;
        height: 24px;
    }
}

@media (min-width: 1482px) and (max-width: 1680px) {
    .meet_the_founder .owner {
        font-size: 60px;
    }
    .meet_the_founder .bothparts .rightpart .name {
        font-size: 42px;
        margin-top: -10px;
    }
    .meet_the_founder .bothparts .rightpart .role {
        font-size: 32px;
        margin-top: -5px;
    }
    .meet_the_founder .bothparts .rightpart p {
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: 21px;
        line-height: 32px;
    }
    .meet_the_founder .bothparts .rightpart .social .img {
        width: 22px;
        height: 22px;
    }
    #email_icon {
        width: 30px;
        height: 26px;
    }
}

@media (min-width: 1681px) and (max-width: 1799px) {
    .meet_the_founder .owner {
        font-size: 70px;
        margin-left: -4px;
    }
    .meet_the_founder .bothparts .rightpart .name {
        font-size: 50px;
        margin-top: -12px;
    }
    .meet_the_founder .bothparts .rightpart .role {
        font-size: 40px;
        margin-top: -12px;
    }
    .meet_the_founder .bothparts .rightpart p {
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: 24px;
        line-height: 32px;
    }
    .meet_the_founder .bothparts .rightpart .social .img {
        width: 24px;
        height: 24px;
    }
    #email_icon {
        width: 32px;
        height: 28px;
    }
}
