.carousel {
  max-width: 1380px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

#carousel-22356 .owl-item img, #carousel-22327 .owl-item img {
  width: 100%;
    border-radius: 20px;
    transition: filter .2s;
}

@media screen and (max-width: 915px) {
  .carousel {
    margin-top: 45px;
  }
}

@media screen and (max-width: 550px) {
  .carousel {
    display: none;
  }
}