﻿@media screen and (max-width: 1024px) {
    .our-clients-card .card-texts .card-title {
        font-size: 1.8rem;
    }
    .our-clients-card .card-texts .card-subtitle {
        font-size: 1.2rem;
    }
    .team-swiper .swiper-wrapper .swiper-slide .swiper-card .swiper-card-person {
        padding: 0 2rem;
        bottom: 2rem;
    }
    .swiper-card .swiper-card-person .swiper-card-info .swiper-card-name {
        font-size: 1.8rem;
    }
    .swiper-card .swiper-card-person .swiper-card-info .swiper-card-position {
        font-size: 1.4rem;
    }
    /* HOME */
    #home .our-benefits .workflow {
        overflow-x: scroll;
        padding: 0 0 2rem;
        -webkit-overflow-scrolling: touch;
    }
    #home .our-benefits .workflow img {
        min-width: 930px;
    }
    #home .how-we-work .hww-content .content-scroll {
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 2rem;
    }
    #home .how-we-work .hww-content .content-card {
        width: 290px;
    }
}

@media screen and (min-width: 1024px) {
    
}
