.section-top-slider {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .section-top-slider {
    margin-bottom: 20px;
  }
}
.section-top-slider__slide {
  border-radius: 20px;
  display: block;
  overflow: hidden;
}
.section-top-slider__slide img {
  width: 100%;
}
