.ts-swiper-container {
    width: 100%;
    padding: 0px !important;
    background: #efe1d0;
    border-radius: 20px;
}
.ts-inner{
    padding: 60px !important;
}

.ts-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ts-author {
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #d0bba0;
    text-align: right;
    margin-top: 20px;
}

.ts-main-content {
    display: flex;
}

.ts-text {
    font-size: 26px;
    font-weight: 400;
    font-style: italic;
    font-family: "Poppins", Sans-serif;
    margin-top: 60px;
}

@media screen and (max-width: 768px) {

.ts-inner{
        padding: 30px 20px 50px 20px!important;
    }
    .ts-main-content {
    flex-direction: column;
}
.ts-text {
font-size: 20px;
margin-top: 0px;
}

.ts-author {
font-size: 18px;
}
}

.ts-swiper-container {
    position: relative;
}

.ts-nav-prev,
.ts-nav-next {
    color: #D0BBA0;
}

.ts-nav-prev:hover,
.ts-nav-next:hover {
    color: #fff;
}
