.page-carousel {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.page-swiper .swiper-slide {
    background: #fff;
    border-radius: 8px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding: 20px;
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f4f4f4;
}
.page-swiper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 15px;
}
.page-swiper h3 {
    font-size: 25px;
    margin: 10px 0;
    color: #333;
    font-weight: bold;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase !important;
}
.page-swiper .read-more {
    display: inline-block;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
    font-size: 16px;
}
.page-swiper .read-more:hover {
    background: #333;
}
.swiper-button-next, .swiper-button-prev {
    color: #000;
}
.swiper-pagination-bullet-active {
    background: #0073aa;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 30px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: bold;
}