.swiper-container {
    padding: 0;
    height: 600px;
    text-align: center;
    position: relative;
    background-color: white;
    color: #333;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.swiper {
    width: 100%;
    height: 100%;
    background-color: #F2EAE7;
}

.swiper__image-slider .swiper-slide {
    font-size: 17px;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 130px;
    background-size: cover;
    text-align: left;
}

.swiper__image-slider .swiper__title {
    color: #00425B;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Mulish-b';
    max-width: 70%;
}

.swiper__image-slider .swiper__subtitle {
    color: #00425B;
    font-size: 33px;
    text-transform: uppercase;
    font-family: 'Mulish-sb';
    max-width: 50%;
    margin-top: 14px;
}

.swiper__image-slider .swiper__text {
    max-width: 330px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.swiper__text-img {
    width: 220px;
    margin-left: -5px;
}

.swiper__text small {
    font-size: 15px;
    font-weight: 500;
}

.swiper-horizontal>.swiper-pagination-bullets {
    bottom: 32px;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.8);
    bottom: 50px;
    margin: 6px !important;
}

.swiper-pagination-bullet-active {
    background-color: white;
    width: 15px;
    height: 15px;
}

.swiper-button-prev,
.swiper-button-next {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-image: url('../images/home-page/slider/arrow.png');
    background-color: #F2EAE7;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #E0C6C4;
}

.swiper-button-next {
    transform: rotate(180deg);

}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
}

@media screen and (min-width: 1540px) {

    .swiper-container {
        height: 800px;
    }
}

@media screen and (max-width: 480px) {
    .swiper-container {
        height: 320px;
    }

    .swiper__image-slider.swiper {
        background-color: white;
    }

    .swiper__image-slider .swiper-slide {
        height: 320px;
        padding: 320px 20px 0px 20px
    }

    .swiper__image-slider .swiper__text {
        font-size: 17px;
    }


    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .swiper__image-slider .swiper-horizontal>.swiper-pagination-bullets {
        bottom: 18px;
    }

    .swiper__image-slider .swiper-pagination-bullet {
        background: rgb(170 170 170 / 80%);
    }

    .swiper__image-slider .swiper-pagination-bullet-active {
        background-color: #f1cdc1;
    }

    .swiper__image-slider .swiper__title {
        font-size: 36px;
        max-width: 100%;
    }

    .swiper__image-slider .swiper__subtitle {
        font-size: 28px;
        max-width: 100%;
    }

    .swiper__image-slider .swiper__text {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .swiper__image-slider .swiper__title {
        font-size: 30px;
    }

    .swiper__image-slider .swiper__subtitle {
        font-size: 22px;
    }

    .swiper__image-slider .swiper__text {
        line-height: 22px;
    }

    .swiper__text-img {
        width: 130px;
    }
}