.section-new {
  padding: 80px 0;
  background-color: #f7ca33;
  overflow: hidden;
}

.section-new h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-family: avenir-lt-w01_35-light1475496,
    sans-serifavenir-lt-w01_35-light1475496, sans-serif;
  letter-spacing: 0.1em;
  margin: 20px auto;
}

.section-new h5 {
  color: #fff;
  letter-spacing: 0.15em;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}

.section-new-button {
  display: block;
  border: 1px solid #fff;
  max-width: 545px;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
  margin: auto;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  font-family: "libre baskerville", serif;
  border-radius: 5px;
  margin-top: 15px;
  transition: all 0.5s;
  text-transform: uppercase;
}

.section-new-button:hover {
  text-decoration: none;
  color: #000;
  background-color: transparent;
}

.section-slider ul li {
  /* 		list-style: none; */
  /* 		display: inline-block; */

  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-slider img {
  width: 120px;
  height: 120px;
  margin: 30px 20px;
  object-fit: contain;
}

.section-slider ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .section-slider ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .section-slider ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .section-slider ul {
    grid-template-columns: 1fr;
  }

  .section-slider img {
    width: 100px;
    height: 100px;
  }
}

.section-slider {
  position: relative;
}
.section-slider .slick-prev,
.section-slider .slick-next,
.testimonial .slick-prev,
.testimonial .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-slider .slick-prev { left: 10px; }
.section-slider .slick-next { right: 10px; }
.testimonial { position: relative; }
.testimonial .slick-prev { left: 10px; }
.testimonial .slick-next { right: 10px; }
.section-slider .slick-prev i,
.section-slider .slick-next i,
.testimonial .slick-prev i,
.testimonial .slick-next i {
  font-size: 18px;
}

.testimonial .slick-prev { left: 5% !important; }
.testimonial .slick-next { right: 5% !important; }
.testimonial .slick-prev svg,
.testimonial .slick-next svg {
  width: 40px !important;
  height: 40px !important;
}

/* Remove dark background on testimonial arrows */
.testimonial .slick-prev,
.testimonial .slick-next {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: auto;
  height: auto;
}

.section-slider .slick-prev:before,
.section-slider .slick-next:before,
.testimonial .slick-prev:before,
.testimonial .slick-next:before {
  content: '' !important;
}
