.b-why-tresco {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  justify-content: center;
}

.a-why-tresco {
  display: block;
  width: 100%;
}

.a-why-tresco:first-child > figure {
  border-left: 0;
}

.a-why-tresco > figure {
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
}

.a-why-tresco > figure > div,
.a-why-tresco > figure > p {
  color: #6f848c;
}

.a-why-tresco > figure > div {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.a-why-tresco > figure > p {
  font-size: 16px;
  font-weight: 500;
}

.b-why-tresco-carousel.owl-carousel button.owl-dot {
  background-color: #b1b1b1 !important;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  cursor: pointer;
}

.b-why-tresco-carousel.owl-carousel button.owl-dot.active {
  background-color: #b21822 !important;
  cursor: default;
  height: 12px;
  pointer-events: none;
  width: 12px;
}

.b-why-tresco-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .a-why-tresco {
      width: 33.333333%;
      display: flex;
  }

  .a-why-tresco > figure {
      border-left: 1px solid #6f848c;
  }
}
