.swiper-pagination-bullet {
    background-color: #9b191d !important;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    border: white 3px solid;
}

.swiper-button-next,
.swiper-button-prev {
    color: #9b191d !important;
}

.swiper-button-next::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
}

.swiper-button-prev::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f137";
}

.swiper-slide {
    height: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    }

.swiper-slide {
    display: block;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
     }

.swiper-slide {
    
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* 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;
}

.swiper-slide>img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover !important;
}

@media screen and (max-width: 1400px) {
    .swiper-slide{
        height: 400px;
    }
    .swiper-slide>img {
        height: 600px !important;
        display: block;
        
        object-fit: cover !important;
    }
}