.tcl-small-hero__wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-small-hero__wrapper {
    aspect-ratio: 167/60;
  }
}
@media (max-width: 767px) {
  .tcl-small-hero__wrapper {
    aspect-ratio: 125/80;
  }
}
@media (max-width: 1199px) {
  .tcl-small-hero__image,
  .tcl-small-hero .tcl-picture,
  .tcl-small-hero img {
    width: 100%;
    height: 100%;
  }
}
.tcl-small-hero img {
  -o-object-fit: cover;
     object-fit: cover;
}
.tcl-small-hero__content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-top: 15px;
}
.tcl-small-hero__content:before, .tcl-small-hero__content::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
}
.tcl-small-hero__content:before {
  background: rgba(2, 60, 122, 0.6);
  height: 100%;
  z-index: 1;
}
.tcl-small-hero__content:after {
  background: #023c7a;
  height: 30px;
  z-index: 2;
}
.tcl-small-hero__heading {
  font-family: "Montserrat";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-variant: small-caps;
  letter-spacing: 3.85px;
  color: #023c7a;
  color: #f7f5f3;
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 1199px) {
  .tcl-small-hero__heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tcl-small-hero__heading {
    font-size: 32px;
  }
}