.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.section-slider-new .copy-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1040px;
}

.section-slider-new .copy-container h3 {
    font-size: 40px;
}

.section-slider-new .copy-container p {
    color: #e20026;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
    max-width: 300px;
    margin: 0 auto;
}

.section-slider-new .swiper-slide .section-title {
    padding: 20px 40px;
}

.section-slider-new .swiper-slide.left .copy-container .section-title {
    text-align: left !important;
}

.section-slider-new .swiper-slide.right .copy-container .section-title {
    text-align: right !important;
}

.section-slider-new .swiper-slide.left .copy-container .section-title p {
    margin-left: 0;
}

.section-slider-new .swiper-slide.right .copy-container .section-title p {
    margin-right: 0;
}

.section-slider-new img {
    min-height: 400px;
    width: auto;
    object-fit: cover;
    margin: 0;
}

.section-slider-new .swiper-pagination {
    position: relative;
    margin-top: 10px;
}

.section-slider-new .swiper-pagination .swiper-pagination-switch {
    background: #737373;
    width: 10px;
    height: 10px;
}

.section-slider-new .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
    background: #e20026;
    width: 10px !important;
    height: 10px !important;
    padding: 0;
    border: 0;
    transform: scale(1.2);
}

.section-slider-new {
    position: relative;
    font-family: Alegreya, serif !important;
}

.section-slider-new .swiper-button-next:after, .section-slider-new .swiper-button-prev:after {
    color: #e20026;
}