.vertical-slider {
    padding: 85px 0;
}

.vertical-slider h2 {
    color: #006B94;
    margin-bottom: 34px;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    padding: 0 25px;
}

.vertical-slider .card {
    width: 100%;
    text-align: center;
    padding: 44px 26px;
    border-radius: 16px;
	border-color: #EFEFEF;
}

.vertical-slider .card h3 {
    color: #006B94;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
}

.vertical-slider .card h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-image: url('../../assets/img/orange-line.svg');
    background-repeat: no-repeat;
    background-position: center center;
    margin: 16px 0;
}

.vertical-slider__swiper {
    overflow: visible;
}

.vertical-slider .swiper-slide-active {
    box-shadow: 0 15px 28px 0 #5966841F;
}
.vertical-slider .swiper-slide {
    transition: ease 0.3s;
    border-radius: 16px;
}

.vertical-slider .swiper-slide-next,
.vertical-slider .swiper-slide-next ~ .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

.vertical-slider .card p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}

.vertical-slide {
    box-shadow: 0 15px 28px 0 rgba(89, 102, 132, 0.12);
}

.vertical-slider__swiper {
    position: relative;
    padding-top: 14px;
    border-radius: 16px;
}

.vertical-slider__pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.vertical-slider__img {
    min-width: 110px;
}

@media (min-width: 992px) {
    .vertical-slider {
        padding-block: 165px;
    }

    .vertical-slider h2 {
        margin-bottom: 30px;
        font-size: 70px;
        line-height: 85px;
        text-align: center;
        padding: 0;
    }

    .vertical__slide {
        height: 584px !important;
        display: flex;
    }

    .vertical-slider .card {
        padding: 65px 192px 65px 50px;
        border-radius: 16px;
        text-align: right !important;
    }

    .vertical-slider .card h3 {
        margin-bottom: 16px;
        font-size: 48px;
        font-weight: 700;
        line-height: 40px;

    }

    .vertical-slider .card h3::after {
        background-position: center right;
        margin: 16px 0;
    }

    .vertical-slider .card p {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
        color: #56656E;
    }

    .vertical-slider__btns {
        right: -90px !important;
        flex-direction: column-reverse !important;
    }

    .vertical-slider__btns .vertical-slider__btn {
        width: 44px !important;
        height: 44px !important;
    }

    .vertical-slider__btn:after {
        transform: rotateZ(90deg);
    }

    .vertical-slider__pagination {
        width: auto;
        bottom: auto;
        right: 40px !important;
        transform: translateY(-50%);
        z-index: 100;
    }

    .vertical-slider__pagination .swiper-pagination-bullet {
        margin: 12px 0 !important;
        opacity: 1;
    }

    .vertical-slider__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        background-color: #EFEFEF;
    }
}
@media (max-width: 1450px) and (min-width: 992px) {
    .vertical-slider h2 {
        font-size: 52px;
        line-height: 61px;
	}
	 .vertical-slider .card h3 {
        font-size: 36px;
        line-height: 26px;
    }
	 .vertical-slider .card p {
		 font-size:16px;
		 line-height:20px;
	 }
}