.introduce-hospital {
    background-image: url(../../images/bg-clinic.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    background-position: 50% 100%;
    padding-bottom: 50px;
}
.md-banner-description {
    font-size: 45px;
    line-height: 54px;
    color: #fff;
    font-weight: 500;
}
.clinic-hospital {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
}

.clinic-hospital h2 {
    font-size: 45px;
    color: #0957df;
    font-weight: 500;
    text-align: center;
}

.swiper {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    color: #000000;
    height: calc((100% - 50px) / 2) !important;
    display: flex;
    flex-direction: column;
}

.swiper-slide img {
    display: block;
    margin: auto;
    height: 90px;
    width: auto;
    margin-bottom: 20px;
}

.swiper-slide img.resize-image {
    width: 100%;
    object-fit: contain;
}

.swiper-slide p {
    height: 54px;
}
.swiper-button-next, .swiper-button-prev {
    top: 25% !important;
    transform: translate(0%, -25%);
}
:root {
    --swiper-navigation-size: 26px
}

section .title {
    font-size: 45px;
    line-height: 54px;
    color: #0957DF;
    font-weight: 500;
}

.arrow img {
    width: 238px;
    position: absolute;
    padding: 0;
    right: -20px;
}

.test {
    padding-top: 100px;
    padding-bottom: 80px;
}

.test .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    padding-top: 20px;
}

.test .item {
    background: #E5EEFF 0 0 no-repeat padding-box;
    border-radius: 20px;
    padding: 14px 18px;
    letter-spacing: 0;
    color: #000000;
}

.test .icon {
    width: fit-content
}
.test .icon img {
    width: 80%;
    margin: auto;
    display: block;
}

.test .item:hover {
    background: transparent linear-gradient(180deg, #5A7FFF 0%, #1047DA 100%) 0 0 no-repeat padding-box;
    color: #FFFFFF;
}

.test .info {
    align-items: center;
    justify-content: center;
    height: 100%;
}

.test .name {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
}

.specialist {
    text-align: center;
    letter-spacing: 0px;
    font-weight: 500;
    padding-bottom: 80px;
}

.news_events_list-item:last-child {
    margin-bottom: 0;
}

.news_events-title {
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .test {
        padding-top: 60px;
        padding-bottom: 40px;
        padding-left: 36px;
        padding-right: 36px;
    }
    .clinic-hospital {
        padding-left: 36px;
        padding-right: 36px;
    }
    .test .name {
        font-size: 20px;
    }
    .specialist {
        padding-left: 36px;
        padding-right: 36px;
    }
    section .title {
        font-size: 38px;
    }
    .news_events_list {
        padding-top: 20px;
    }
    .introduce-hospital {
        padding-bottom: 0;
    }
    .arrow img {
        width: 119px;
    }
}

@media only screen and (max-width: 991px) {
    .test {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
    .test .item {
        padding: 20px 25px;
    }
    .test .list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
    }
    .test .icon img {
        max-width: 120px;
    }
    .test .info {
        justify-content: space-between;
    }
    section .title {
        font-size: 25px;
        margin-bottom: 10px !important;
    }
    .clinic-hospital h2 {
        font-size: 25px;
    }
    .clinic-hospital {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .swiper {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .arrow {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .test .list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .clinic-hospital {
        padding-top: 20px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-container .main_container {
        padding-top: 10px;
    }
    .test .item {
        padding: 20px 20px;
        height: 120px;
    }
    .swiper {
        margin-top: 0;
    }
    .swiper-slide img {
        height: 70px;
    }
    .swiper-slide p {
        font-size: 15px;
    }
    .swiper-slide br {
        display: none;
    }
    .clinic-hospital {
        padding-top: 20px;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .specialist {
        padding-left: 5px;
        padding-right: 5px;
    }
    .news_events.main_container {
        padding-top: 30px;
    }
}
