.swiper-container-ch {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 480px;
    margin: 0px auto;
    overflow: hidden;
}

.swiper-slide-ch {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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-ch img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.swiper-pagination-ch{

}

.swiper-pagination-ch .swiper-pagination-bullet-active{
    background: var(--ct-color-primary);
}

/*Testimonials*/
.swiper-container-tmn {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 450px;
    margin: 0px auto;
    overflow: hidden;
}

.swiper-slide-tmn {
    background: transparent;
}

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

.swiper-pagination-tmn .swiper-pagination-bullet-active{
    background: var(--ct-color-primary);
}