.block-trust-slider-option-1 {
  padding: 5rem 5rem 4.9rem 5rem;
}
@media (max-width: 1150px) {
  .block-trust-slider-option-1 {
    padding: 5rem 2rem 3rem 2rem;
  }
}
.block-trust-slider-option-1.alt-background-true {
  background-color: var(--lightGrey);
  box-shadow: none;
}
.block-trust-slider-option-1 .inner {
  max-width: 1250px;
  margin: 0 auto;
}
.block-trust-slider-option-1 .inner .title {
  text-align: center;
  color: black;
}
.block-trust-slider-option-1 .inner .slider-content {
  position: relative;
}
.block-trust-slider-option-1 .inner .slider-content .slider .trust-slide {
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-trust-slider-option-1 .inner .slider-content .slider .trust-slide img {
  display: block;
  max-width: 75%;
  height: auto;
}
.block-trust-slider-option-1 .inner .slider-content .arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .block-trust-slider-option-1 .inner .slider-content .arrows {
    display: none;
  }
}
.block-trust-slider-option-1 .inner .slider-content .arrows .arrow {
  pointer-events: all;
  cursor: pointer;
}
