.dclv-section--three-images {
  padding: clamp(48px, 6vw, 96px) 0;
  background: #fff;
}

.dclv-three-images__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.dclv-three-images__title {
  margin: 0 0 clamp(32px, 4vw, 56px);
  color: #2e4f5b;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dclv-three-images__item {
  height: 100%;
}

.dclv-three-images__item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .dclv-section--three-images {
    padding: 42px 0;
  }
}
