.tcl-carousel {
  margin: 0 auto; 
  /* width: 1420px; */
  width: 1260px;
  height: 560px;
}

.tcl-carousel h3 {
  padding-top: 20px;
  color: #E8001E;
  font-weight: bolder;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.owl-carousel .owl-item .item img.small {
  /* width: 350px;
  height: 350px; */
  width: 285px;
  height: 380px;
}

.owl-carousel .owl-item .item img.large {
  /* width: 700px;
  height: 350px; */
  width: 610px;
  height: 380px;
}

@media (max-width:1680px) {
  .tcl-carousel {
    width: 880px;
  }
}
