@media (min-width: 1900px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1399.98px) and (orientation: portrait) {}

@media only screen and (max-width: 1399.98px) {}

@media only screen and (max-width: 991.98px) {
}

@media only screen and (max-width: 767.98px) {
}

@media only screen and (max-width: 575.98px) {
    h1{
        font-size: 55px;
        line-height: 60px;
        letter-spacing: 0px;
    }
    h2{
        font-size: 35px;
    }
    h3{
        font-size: 25px;
    }
    .fw-600{
        font-weight: 300 !important;
    }
    .fs-18{
        font-size: 16px;
    }
    .fs-60{
        font-size: 30px;
    }
    .fs-14{
        font-size: 12px !important;
    }
    .text-justify{
        text-align: center;
    }
    .fw-bold{
        font-weight: 500 !important;
    }
    /* HOME */
    #hero-home {
        height: 100vh;
    }
    #location-home{
        padding-top:  40px ;
        padding-bottom:  40px ;
    }
    #location-home .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 415px ;
    }
    .branch img{
        object-fit: cover;
        border-radius: 20px;
        height: 415px;
        width: 100%;
    }
    #subscription-home .swiper {
        width: 100%;
        height: 100%;
        padding: 50px;
      }
      #subscription-home .card-poinball .card-title{
        margin-bottom: 10px ;
    }
    #subscription-home .card .list-subscription li{
        margin-bottom: 5px;
    }
    .fa-ul>li{
        font-size: 12px !important;
    }



}
