
/*####################################################################################################################*/
/*Appilix About Us Page*/
/*####################################################################################################################*/
/* ===================================*/
/* Appilix About Us Page Hero Section */
/* ===================================*/
.appilix_about_hero{
    padding: 12px;
}
.appilix_about_hero .hero_wrapper{
    text-align: center;
    border-radius: 20px;
    padding: 148px 0 120px 0;
    background-color: var(--green_primary_50);
    background-image: url("../images/theme/backgrounds/appilix_feature_page_pattern.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.appilix_about_hero .hero_wrapper .hero_title{
    margin: 0 auto;
    font-size: var(--web_heading_size_h1);
    line-height: var(--web_heading_line_height_h1);
    font-weight: var(--font_weight_medium);
    color: var(--typography_dark_500);
    max-width: 775px;
}
.appilix_about_hero .hero_wrapper .hero_description{
    margin: 20px auto 0 auto;
    font-size: var(--web_body_size_b3);
    line-height: var(--web_body_line_height_b3);
    font-weight: var(--font_weight_regular);
    max-width: 711px;
}
.appilix_about_hero .hero_wrapper .section_content {
    margin: 120px auto 0 auto;
    width: 100%;
    text-align: center;
}
.appilix_about_hero .hero_wrapper .section_content .section_title{
    font-size: var(--web_body_size_b4);
    font-weight: var(--font_weight_regular);
    color: var(--typography_dark_300);
    line-height: var(--web_body_line_height_b3);
}
.appilix_about_hero .hero_wrapper .section_content .company_logo_container {
    position: relative;
    margin: 48px auto 0 auto;
    overflow: hidden;
}
.appilix_about_hero .hero_wrapper .section_content .company_logo_container::before,
.appilix_about_hero .hero_wrapper .section_content .company_logo_container::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 141px;
    z-index: 1;
}
.appilix_about_hero .hero_wrapper .section_content .company_logo_container::before{
    left: 0;
    background: linear-gradient(270deg, rgba(233, 243, 242, 0.00) 0%, #E9F3F2 90.32%);
}
.appilix_about_hero .hero_wrapper .section_content .company_logo_container::after{
    right: 0;
    background: linear-gradient(270deg, #E9F3F2 14.15%, rgba(233, 243, 242, 0.00) 100%);
    z-index: 1;
}
.appilix_about_hero .hero_wrapper .section_content .company_logo_container .logo_slider{
    display: flex;
    gap: 60px;
    animation: scroll-left 20s linear infinite;
}


/* For Extra Large Screen */
@media screen and (max-width: 1350px) {

}
/* For Large Screen */
@media screen and (max-width: 1280px) {

}
/* For Tablet View */
@media screen  and (max-width: 992px){
    .appilix_about_hero .hero_wrapper {
        padding: 120px 0 80px 0;
    }
    .appilix_about_hero .hero_wrapper .hero_title{
        font-size: var(--web_heading_size_h3);
        line-height: var(--web_heading_line_height_h3);
        max-width: 538px;
    }
    .appilix_about_hero .hero_wrapper .hero_description{
        max-width: 498px;
    }
    .appilix_about_hero .hero_wrapper .section_content {
        margin: 70px auto 0 auto;
    }
}
/* For Mobile View */
@media screen  and (max-width: 768px){
    .appilix_about_hero{
        padding: 0;
        background: var(--warning_300);
    }
    .appilix_about_hero .hero_wrapper{
        border-radius: 0;
    }
    .appilix_about_hero .hero_wrapper .hero_title{
        font-size: var(--mobile_heading_size_h1);
        line-height: var(--mobile_heading_line_height_h1);
        font-weight: var(--font_weight_medium);
        max-width: 100%;
    }
    .appilix_about_hero .hero_wrapper .hero_description{
        font-size: var(--mobile_body_size_b2);
        line-height: var(--mobile_body_line_height_b2);
        font-weight: var(--font_weight_regular);
        max-width: 100%;
    }
    .appilix_about_hero .hero_wrapper .section_content {
        margin: 48px auto 0 auto;
    }
    .appilix_about_hero .hero_wrapper .section_content .company_logo_container {
        margin: 28px auto 0 auto;
    }
}
/* For Small Mobile View */
@media screen and (max-width: 576px){
    .appilix_about_hero{
        padding: 0;
    }
    .appilix_about_hero .hero_wrapper{
        text-align: left;
        border-radius: 0;
        background-image: none;
        padding: 148px 0 40px 0;
    }
}




/* ===================================*/
/* Appilix About Appilix Section */
/* ===================================*/
.appilix_about{
    margin: 12px;
    background: var(--surface_s3);
    border-radius: 20px;
}
.appilix_about .section_content{
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.appilix_about .section_content .about_description{
    max-width: 518px;
}
.appilix_about .section_content .about_description .section_badge{
    font-size: var(--web_body_size_b4);
    line-height: var(--web_body_line_height_b4);
    color: var(--typography_dark_500);
    font-weight: var(--font_weight_medium);
    padding: 6px 16px;
    border-radius: 100px;
    border-top: 1px solid var(--surface_s3);
    border-right: 1px solid var(--surface_s3);
    border-left: 1px solid var(--surface_s3);
    background: var(--green_primary_50);
    box-shadow: 0 0 0 1px #E0EBE9;
}
.appilix_about .section_content .about_description .section_title{
    margin-top: 20px;
    font-size: var(--web_heading_size_h2);
    line-height: var(--web_heading_line_height_h2);
    color: var(--typography_dark_500);
    font-weight: var(--font_weight_medium);
}
.appilix_about .section_content .about_description p{
    margin-top: 20px;
    font-size: var(--web_body_size_b3);
    line-height: var(--web_body_line_height_b3);
}
.appilix_about .section_content .about_description p:first-of-type{
    margin-top: 32px;
}
.appilix_about .section_content .image{
    min-width: auto;
    max-height: 588px;
    border-radius: 28px;
    border: 1px solid var(--surface_s3);
    aspect-ratio: 10/14;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}



@media screen and (max-width: 992px){
    .appilix_about .section_content{
        flex-direction: column;
    }
    .appilix_about .section_content .about_description{
        max-width: 100%;
    }
    .appilix_about .section_content .about_description .section_title{
        max-width: 80%;
    }
    .appilix_about .section_content .image{
        min-width: 100%;
        max-width: 100%;
        max-height: 420px;
        aspect-ratio: 16/9;
    }
}
@media screen and (max-width: 768px){
    .appilix_about{
        margin: 0;
        border-radius: 0;
    }
    .appilix_about .section_content{
        padding: 80px 0;
        gap: 32px;
    }
    .appilix_about .section_content .about_description .section_title{
        max-width: 90%;
    }
    .appilix_about .section_content .image{
        border-radius: 20px;
    }
}
@media screen and (max-width: 576px){

    .appilix_about .section_content{
        padding: 40px 0;
        gap: 28px;
    }
    .appilix_about .section_content .about_description .section_title{
        padding: 0 32px 0 0;
        font-size: var(--mobile_heading_size_h2);
        line-height: var(--mobile_heading_line_height_h2);
    }
    .appilix_about .section_content .about_description p{
        margin-top: 16px;
        font-size: var(--mobile_body_size_b3);
        line-height: var(--mobile_body_line_height_b3);
    }
    .appilix_about .section_content .about_description p:first-of-type{
        margin-top: 16px;
    }
}




/* ===================================*/
/* Appilix About why us Section */
/* ===================================*/
.appilix_about_why_us{
    margin: 12px;
    background: var(--surface_s3);
    border-radius: 20px;
}
.appilix_about_why_us .section_content{
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.appilix_about_why_us .section_content .about_description{
    max-width: 518px;
}
.appilix_about_why_us .section_content .about_description .section_badge{
    font-size: var(--web_body_size_b4);
    line-height: var(--web_body_line_height_b4);
    color: var(--typography_dark_500);
    font-weight: var(--font_weight_medium);
    padding: 6px 16px;
    border-radius: 100px;
    border-top: 1px solid var(--surface_s3);
    border-right: 1px solid var(--surface_s3);
    border-left: 1px solid var(--surface_s3);
    background: var(--green_primary_50);
    box-shadow: 0 0 0 1px #E0EBE9;
}
.appilix_about_why_us .section_content .about_description .section_title{
    margin-top: 20px;
    font-size: var(--web_heading_size_h3);
    line-height: var(--web_heading_line_height_h3);
    color: var(--typography_dark_500);
    font-weight: var(--font_weight_medium);
}
.appilix_about_why_us .section_content .about_description p{
    margin-top: 20px;
    font-size: var(--web_body_size_b3);
    line-height: var(--web_body_line_height_b3);
}
.appilix_about_why_us .section_content .about_description p:first-of-type{
    margin-top: 32px;
}
.appilix_about_why_us .section_content .about_description a{
    margin-top: 36px;
    display: inline-block;
    font-size: var(--web_body_size_b3);
    line-height: var(--web_body_line_height_b3);
    color: var(--typography_light_500);
    font-weight: var(--font_weight_medium);
    padding: 8px 20px;
    border-radius: 100px;
    border-top: 1px solid var(--surface_s3);
    border-right: 1px solid var(--surface_s3);
    border-left: 1px solid var(--surface_s3);
    background: var(--green_primary_500);
    box-shadow: 0 0 0 1px rgba(30, 138, 122, 0.50);
}
.appilix_about_why_us .section_content .image{
    min-width: auto;
    max-height: 460px;
    border-radius: 28px;
    border: 1px solid var(--surface_s3);
    aspect-ratio: 13/14;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 992px){
    .appilix_about_why_us .section_content{
        padding: 40px 0;
        gap: 42px;
        flex-direction: column-reverse;
    }
    .appilix_about_why_us .section_content .about_description{
        max-width: 100%;
    }
    .appilix_about_why_us .section_content .about_description .section_title{
        max-width: 80%;
    }
    .appilix_about_why_us .section_content .image{
        min-width: 100%;
        max-width: 100%;
        max-height: 380px;
        aspect-ratio: 16/9;
    }
}
@media screen and (max-width: 768px){
    .appilix_about_why_us{
        margin: 0;
        border-radius: 0;
    }

    .appilix_about_why_us .section_content .about_description .section_title{
        max-width: 90%;
    }
    .appilix_about_why_us .section_content .image{
        border-radius: 20px;
    }
}
@media screen and (max-width: 576px){

    .appilix_about_why_us .section_content{
        padding: 20px 0;
        gap: 28px;
    }
    .appilix_about_why_us .section_content .about_description .section_title{
        padding: 0 32px 0 0;
        font-size: var(--mobile_heading_size_h2);
        line-height: var(--mobile_heading_line_height_h2);
    }
    .appilix_about_why_us .section_content .about_description p{
        margin-top: 16px;
        font-size: var(--mobile_body_size_b3);
        line-height: var(--mobile_body_line_height_b3);
    }
    .appilix_about_why_us .section_content .about_description p:first-of-type{
        margin-top: 16px;
    }
    .appilix_about_why_us .section_content .about_description a{
        margin-top: 28px;
        width: 100%;
        text-align: center;
    }
}


/* ===================================*/
/* Appilix About Who We Help Section */
/* ===================================*/
.appilix_about_who_we_help{
    margin: 12px;
    padding: 100px 0;
    background: var(--surface_s3);
    border-radius: 20px;
    overflow: hidden;
}
.appilix_about_who_we_help .section_top{
    text-align: center;
}
.appilix_about_who_we_help .section_top .section_badge{
    font-size: var(--web_body_size_b4);
    line-height: var(--web_body_line_height_b4);
    color: var(--typography_dark_500);
    font-weight: var(--font_weight_medium);
    padding: 6px 16px;
    border-radius: 100px;
    border-top: 1px solid var(--surface_s3);
    border-right: 1px solid var(--surface_s3);
    border-left: 1px solid var(--surface_s3);
    background: var(--green_primary_50);
    box-shadow: 0 0 0 1px #E0EBE9;
}
.appilix_about_who_we_help .section_top .section_title{
    margin-top: 20px;
    font-size: var(--web_heading_size_h3);
    line-height: var(--web_heading_line_height_h3);
    color: var(--typography_dark_500);
    font-weight: var(--font_weight_medium);
}
.appilix_about_who_we_help .section_top p{
    margin-top: 24px;
    font-size: var(--web_body_size_b3);
    line-height: var(--web_body_line_height_b3);
}
.appilix_about_who_we_help .section_cards{
    margin-top: 60px;
    display: flex;
    gap: 30px;
}
.appilix_about_who_we_help .section_cards .card{
    width: 441px;
    min-width: 441px;
    display: flex;
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
    border-radius: 20px;
    border-top: 1px solid var(--surface_s3);
    border-right: 1px solid var(--surface_s3);
    border-left: 1px solid var(--surface_s3);
}
.appilix_about_who_we_help .section_cards .card.c_1{
    background: var(--orange_100);
    box-shadow: 0 0 0 1px rgba(231, 208, 195, 0.48);
}
.appilix_about_who_we_help .section_cards .card.c_2{
    background: var(--green_primary_50);
    box-shadow: 0 0 0 1px #E0EBE9;
}
.appilix_about_who_we_help .section_cards .card.c_3{
    background: var(--error_200);
    box-shadow: 0 0 0 1px #E8D9DC;
}
.appilix_about_who_we_help .section_cards .card span{
    font-size: var(--web_body_size_b2);
    line-height: var(--web_body_line_height_b2);
    font-weight: var(--font_weight_medium);
}
.appilix_about_who_we_help .section_cards .card h3{
    margin-top: 16px;
    font-size: var(--web_label_size_l2);
    line-height: var(--web_label_line_height_l2);
    font-weight: var(--font_weight_medium);
    color: var(--typography_dark_500);
}
.appilix_about_who_we_help .section_cards .card .card_bottom{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

@media screen and (max-width: 992px){
    .appilix_about_who_we_help .section_cards{
        margin-top: 40px;
        flex-direction: column;
        gap: 20px;
    }
    .appilix_about_who_we_help .section_cards .card{
        width: 100%;
        min-width: 100%;
        padding: 30px;
    }
}
@media screen and (max-width: 768px){
    .appilix_about_who_we_help{
        padding: 80px 0;
        margin: 0;
        border-radius: 0;
    }
    .appilix_about_who_we_help .section_top .section_title{
        margin: 20px auto;
        font-size: var(--mobile_heading_size_h1);
        line-height: var(--mobile_heading_line_height_h1);
        max-width: 70%;
    }
    .appilix_about_who_we_help .section_top p{
        font-size: var(--mobile_body_size_b2);
        line-height: var(--mobile_body_line_height_b2);
        max-width: 65%;
        margin: 20px auto;
    }
    .appilix_about_who_we_help .section_cards .card{
        padding: 20px;
    }
}
@media screen and (max-width: 576px){
    .appilix_about_who_we_help{
        padding: 40px 0;
    }
    .appilix_about_who_we_help .section_top .section_title{
        font-size: var(--mobile_heading_size_h2);
        line-height: var(--mobile_heading_line_height_h2);
        max-width: 100%;
    }
    .appilix_about_who_we_help .section_top p{
        margin-top: 16px;
        font-size: var(--mobile_body_size_b3);
        line-height: var(--mobile_body_line_height_b3);
        max-width: 100%;
    }
    .appilix_about_who_we_help .section_cards{
        margin-top: 28px;
    }
    .appilix_about_who_we_help .section_cards .card{
        border-radius: 20px;
    }
    .appilix_about_who_we_help .section_cards .card.c_1{
        margin-top: 20px;
    }
    .appilix_about_who_we_help .section_cards .card h3{
        margin-top: 16px;
        font-size: var(--mobile_heading_size_h3);
    }
}

/*Scroll Animation*/


.appilix_about_who_we_help .section_cards .card {
    transform: translateX(120px);
    transition: transform 0.2s linear;
}

@media screen and (max-width: 992px) {
    .appilix_about_who_we_help .section_cards .card {
        transform: translateX(0);
        transition: none;
    }
}

/* =======================================*/
/* Appilix About Why People Trust Section */
/* =======================================*/
.appilix_about_trust{
    margin: 120px auto 88px auto;
}
.appilix_about_trust .section_title{
    font-size: var(--web_heading_size_h3);
    line-height: var(--web_heading_line_height_h3);
    color: var(--typography_dark_500);
    font-weight: var(--font_weight_medium);
    text-align: center;
}
.appilix_about_trust .trust_cards{
    margin: 48px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 12px;
}
.appilix_about_trust .trust_cards .card{
    padding: 24px;
    background: var(--surface_s3);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
.appilix_about_trust .trust_cards .card .card_icon{
    width: 50px;
    height: 28px;
    border-radius: 100px;
}
.appilix_about_trust .trust_cards .card.card_1 .card_icon{
    background: var(--green_primary_50) url("../images/theme/about/about_star_icon.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.appilix_about_trust .trust_cards .card.card_2 .card_icon{
    background: var(--orange_100) url("../images/theme/about/about_app_store_icon.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.appilix_about_trust .trust_cards .card.card_3 .card_icon{
    background: var(--warning_400) url("../images/theme/about/about_money_icon.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.appilix_about_trust .trust_cards .card.card_4 .card_icon{
    background: var(--orange_100) url("../images/theme/about/about_customer_service_icon.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.appilix_about_trust .trust_cards .card.card_5 .card_icon{
    background: var(--gray_100) url("../images/theme/about/about_security_icon.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.appilix_about_trust .trust_cards .card .card_txt{
    font-size: var(--web_body_size_b3);
    line-height: var(--web_body_line_height_b3);
    text-align: center;
}


@media screen and (max-width: 992px){
    .appilix_about_trust{
        margin: 80px auto 80px auto;
    }
    .appilix_about_trust .trust_cards{
        margin: 32px 0 0 0;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 768px){
    .appilix_about_trust{
        margin: 60px auto 60px auto;
    }
    .appilix_about_trust .section_title{
        font-size: var(--mobile_heading_size_h1);
        line-height: var(--mobile_heading_line_height_h1);
    }

}
@media screen and (max-width: 576px){
    .appilix_about_trust{
        margin: 40px auto 40px auto;
    }
    .appilix_about_trust .section_title{
        font-size: var(--mobile_heading_size_h2);
        line-height: var(--mobile_heading_line_height_h2);
    }
    .appilix_about_trust .trust_cards{
        margin: 28px 0 0 0;
        flex-direction: column;
    }

    .appilix_about_trust .trust_cards .card .card_txt{
        max-width: 215px;
    }
}



/* ====================================*/
/* Appilix is the right choice Section */
/* ====================================*/
.right_choice{
    padding: 100px 0;
    background: var(--surface_s3);
    text-align: center;
}
.right_choice .section_badge{
    margin: 0 auto;
    font-size: var(--web_body_size_b4);
    line-height: var(--web_body_line_height_b4);
    color: var(--typography_dark_500);
    padding: 6px 16px;
    border-radius: 100px;
    border-top: 1px solid var(--surface_s3);
    border-right: 1px solid var(--surface_s3);
    border-left: 1px solid var(--surface_s3);
    background: var(--green_primary_50);
    box-shadow: 0 0 0 1px #E0EBE9;
}
.right_choice .section_title{
    margin: 20px 0 0 0;
    font-size: var(--web_heading_size_h3);
    line-height: var(--web_heading_line_height_h3);
    color: var(--typography_dark_500);
    font-weight: var(--font_weight_medium);
}
.right_choice p{
    margin: 24px auto 0 auto;
    max-width: 554px;
    font-size: var(--web_body_size_b3);
    line-height: var(--web_body_line_height_b3);
}
.right_choice p{
    margin: 24px auto 0 auto;
    max-width: 554px;
    font-size: var(--web_body_size_b3);
    line-height: var(--web_body_line_height_b3);
}
.right_choice .right_choice_cards{
    margin: 60px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.right_choice .right_choice_cards .card{
    flex: 1;
    padding: 28px;
    border-radius: 20px;
    text-align: left;
}
.right_choice .right_choice_cards .card{
    flex: 1;
    padding: 28px;
    border-radius: 20px;
    text-align: left;
    border-top: 1px solid var(--surface_s3);
    border-right: 1px solid var(--surface_s3);
    border-left: 1px solid var(--surface_s3);
}

.right_choice .right_choice_cards .card.card_1{
    background: var(--orange_100);
    box-shadow: 0 0 0 1px rgba(231, 208, 195, 0.48);
}
.right_choice .right_choice_cards .card.card_2{
    background: var(--green_primary_50);
    box-shadow: 0 0 0 1px #E0EBE9;
}
.right_choice .right_choice_cards .card.card_3{
    background: var(--error_200);
    box-shadow: 0 0 0 1px #E8D9DC;
}
.right_choice .right_choice_cards .card.card_4{
    background: var(--warning_300);
    box-shadow: 0 0 0 1px #F0EFE6;
}

.right_choice .right_choice_cards .card .card_no{
    font-size: var(--web_body_size_b2);
    line-height: var(--web_body_line_height_b2);
}

.right_choice .right_choice_cards .card p{
    margin: 80px 0 0 0;
    font-size: var(--web_body_size_b1);
    line-height: var(--web_body_line_height_b1);
    color: var(--typography_dark_500);
    white-space: nowrap;
}

@media screen and (max-width: 992px){
    .right_choice{
        padding: 80px 0;
    }
    .right_choice .right_choice_cards{
        margin: 40px 0 0 0;
        flex-wrap: wrap;
    }
    .right_choice .right_choice_cards .card{
        flex: 1 0 40%;
    }
}
@media screen and (max-width: 768px){
    .right_choice{
        padding: 60px 0;
        text-align: left;
    }
    .right_choice .section_title{
        font-size: var(--mobile_heading_size_h1);
        line-height: var(--mobile_heading_line_height_h1);
    }
    .right_choice p{
        margin: 16px 0 ;
        font-size: var(--mobile_body_size_b2);
        line-height: var(--mobile_body_line_height_b2);
    }
    .right_choice .right_choice_cards .card{
        flex: 1;
    }
}
@media screen and (max-width: 576px){
    .right_choice{
        padding: 40px 0;
    }
    .right_choice .section_title{
        font-size: var(--mobile_heading_size_h2);
        line-height: var(--mobile_heading_line_height_h2);
    }
    .right_choice p{
        margin: 16px auto 0 auto;
        font-size: var(--mobile_body_size_b3);
        line-height: var(--mobile_body_line_height_b3);
    }
    .right_choice .right_choice_cards{
        margin: 28px auto 0 auto;
        flex-direction: column;
    }
    .right_choice .right_choice_cards .card{
        width: 100%;
    }
}



/* ====================*/
/* The team of Appilix */
/* ====================*/
.appilix_team{
    padding: 100px 0;
    background: var(--surface_s2) url("../images/theme/backgrounds/appilix_background_pattern.svg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.appilix_team h2{
    font-size: var(--web_heading_size_h3);
    line-height: var(--web_heading_line_height_h3);
    color: var(--typography_dark_500);
    font-weight: var(--font_weight_medium);
    text-align: center;
}
.appilix_team .team_cards{
    margin: 48px 0 0 0;
    display: flex;
    justify-content: left;
    gap: 32px;
}
.appilix_team .team_cards .card{
    text-align: center;
}
.appilix_team .team_cards .card img{
    width: 260px;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}
.appilix_team .team_cards .card .name{
    margin: 16px 0 0 0;
    font-size: var(--web_body_size_b3);
    line-height: var(--web_body_line_height_b3);
    color: var(--typography_dark_500);
    font-weight: var(--font_weight_medium);
}
.appilix_team .team_cards .card .role{
    margin: 4px 0 0 0;
    font-size: var(--web_body_size_b5);
    line-height: var(--web_body_line_height_b5);
}
.appilix_team .team_cards .card .team_socials{
    margin: 24px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.appilix_team .team_cards .card .team_socials .social_link{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border-top: 1px solid var(--surface_s2);
    border-right: 1px solid var(--surface_s2);
    border-left: 1px solid var(--surface_s2);
    box-shadow: 0 0 0 1px #ECEAE9;
    cursor: pointer;
}
.appilix_team .team_cards .card .team_socials .social_link.link_1{
    background: var(--gray_200) url("../images/theme/about/x_icon.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}
.appilix_team .team_cards .card .team_socials .social_link.link_2{
    background: var(--gray_200) url("../images/theme/about/linkedin_icon.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 992px){
    .appilix_team{
        padding: 80px 0;
    }
    .appilix_team .team_cards{
        gap: 24px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .appilix_team .team_cards .card{
        flex: 0 0 40%;
        width: 100%;
    }
    .appilix_team .team_cards .card img{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .appilix_team{
        padding: 60px 0;
    }
    .appilix_team .team_cards{
        gap: 34px;
    }
    .appilix_team .team_cards .card{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        gap: 8px;
    }

}
@media screen and (max-width: 576px){
    .appilix_team{
        padding: 40px 0;
    }
    .appilix_team h2{
        font-size: var(--mobile_heading_size_h2);
        line-height: var(--mobile_heading_line_height_h2);
    }
    .appilix_team .team_cards{
        margin: 28px 0 0 0;
        flex-direction: column;
    }

    .appilix_team .team_cards .card img{
        height: 200px;
    }
}
