.swiper-pagination-bullet {
    background-color: #ffcb08 !important;
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    border: white 1px solid;
}
.swiper-button-next, .swiper-button-prev{
    color: #ffcb08 !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: 460px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.swiper-slide {
    display: block;
    width: 100%;
    height: 460px;
    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: 440px; */
    object-fit: cover !important;
}