.tec-swiper {
    width: 100%;
    height: 281px;
}

.tec-swiper-slide {
  width: 100%!important;
  height: 100%!important;
}

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

.tec-swiper-button-next, .tec-swiper-button-prev{
    color: #fdfdfd;
    width: 30px;
    height: 30px;
}

.swiper-pagination-bullet-active{
    background: #fdfdfd!important;
}