.content-image-block {
  padding: clamp(48px, 5.56vw, 80px) 0;
}
.content-image-block__image {
  display: block;
  width: 100%;
  height: clamp(260px, 29.93vw, 431px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
}
.content-image-block__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f09620;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 6px;
  margin-bottom: 16px;
}
.content-image-block__heading {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(22px, 2.22vw, 32px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #231f20;
  line-height: 1.2;
  margin: 0 0 20px;
}
.content-image-block__heading:last-child {
  margin-bottom: 0;
}
.content-image-block__copy p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20;
  margin-bottom: 16px;
}
.content-image-block__copy p:last-child {
  margin-bottom: 0;
}
.content-image-block .ov-btn-group {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .content-image-block__image {
    height: clamp(220px, 55vw, 340px);
  }
}

/*# sourceMappingURL=content-image-block.css.map */