.block-text-slider .d-grid {
  grid-template-columns: 40% 55%;
  gap: 5%;
}
.bts-item-image{
text-align: center;
}
.bts-item-image,
.bts-item-image img {
  border-radius: 10px;
}
.bts-item-descr {
  padding-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.block-text-slider-wrapper {
  padding-bottom: 30px;
}
.block-text-slider .swiper-pagination-bullets {
  bottom: -10px;
}
.block-text-slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
/* RESPONSIVE */
@media screen and (min-width: 1300px) {

}
@media screen and (max-width: 1300px) {
  .bts-item-image {
    display: flex;
    flex-flow: column;

  }
  .bts-item-image img {
    flex-grow: 1;
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .block-text-slider .d-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .block-text-slider .col-60 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 800px) {

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

}