.pts-wrapper{margin:0 auto;max-width:70rem}
@media only screen and (max-width:990px){
.pts-wrapper{max-width:35rem}
}
.pts-wrapper-item{display:flex;flex-direction:column;align-items:center;justify-content:center}
.pts-wrapper-item-caption{text-align:center;margin-bottom:1.2rem;font-size:1.3rem;font-weight:400;line-height:150%;color:#898989}
.pts-wrapper-item-title{text-align:center;margin-bottom:1.6rem;font-size:1.6rem;font-weight:600;line-height:135%;color:#323232}
.pts-wrapper-item-text{text-align:center;margin-bottom:2rem}
.pts-wrapper-item-text p{font-size:1.8rem;line-height:150%;font-weight:400;color:#737373}
@media only screen and (max-width:990px){
.pts-wrapper-item-text p{font-size:1.5rem}
}
.pts-wrapper-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem}
.pts-wrapper-pagination .swiper-pagination-bullet{width:.6rem;height:.6rem;background-color:#e0d9cb;margin:0!important;opacity:1}
.pts-wrapper-pagination .swiper-pagination-bullet-active{background-color:#323232}