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

.a-why-tresco {
  display: flex;
  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;
}

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

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

  .owl-carousle-colum {
    display: none;
  }
}