﻿.line {
    width: 100%;
    height: .1rem;
    background-image: linear-gradient(to right, #97ebc6, #79aaf2, #79aaf2)
}

.inside-container .title {
    font-size: 2.5rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}

.title-eng {
    display: none;
    font-size: 36px;
    color: #cacaca;
    margin-top: 50px
}

.card-swiper-box {
    width: 100%;
    height: 50rem;
    margin-bottom: 3.13rem
}

.card-swiper-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f1f1f1;
    padding: 10px;
    height: 21.88rem !important;
    width: 21.88rem !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.card-swiper-box .swiper-slide img {
    height: 100%;
    object-fit: contain
}

@media screen and (max-width: 992px) {

    .inside-container .title {
/*        padding-left:16px*/
        font-size: 0.6rem;
        color: #333;
        font-weight: bold;
        text-align: center;
        margin: 30px 0;
    }
    .title-eng {
        padding-left: 16px
    }

    .card-swiper-box {
        width: 100%;
        height: 9rem;
        margin-bottom: 1rem
    }

    .card-swiper-box .swiper-slide {
        height: 100%!important;
        width: 100%!important;
        display: block;
        padding: 0
    }

    .card-swiper-box .swiper-slide img {
        height: 100%;
        object-fit: contain
    }
}
