.active-row{
    margin: 50px 0;
}
.active-row h4{
    padding: 20px 0;
    font-weight: bold;
}
.swiper {
    width: 80%;
    max-height: 700px;
    border-radius: 20px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}
