.swiper-container-cpt {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ccc;
    cursor: pointer;
}

.swiper-slide.set-active{
    background-color: aqua;
}

.carousel-image img {
    width: 100%;
    height: auto;
}

.carousel-description {
    margin-top: 20px;
}

.carousel-description{
    max-width: var(--wp--style--global--wide-size);
    margin: 30px auto;
}

.carousel-container{
    background-color: #eee;
    padding: 30px 0;
}

.swiper-content.set-show{
    display: block !important;
}

.swiper-content{
    padding: 0 15px;
}

.swiper-content-title{
    margin: 40px 0 30px;
}

.swiper-content-title h3{
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}