@use "../../../../src/scss/utilities.scss";
.insabiLargeImgAndText {
  //max-width: 1320px;
  margin: auto;
  overflow: hidden;
  //border: solid 1px var(--f-aire);
  border-left: 0px;
  border-right: 0px;
  &__contentImg {
    position: relative;
    height: 100%;
    //min-height: 934px;
    .img-absolute {
      @extend %img-absolute;
    }
  }
  &__title {
    @extend %VFSans-font;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.37;
    text-align: center;
    color: var(--a-negro-unops);
    @media (max-width: 991.98px) {
      font-size: 25px;
    }
  }
  &__description,
  &__additionalText {
    font-size: 18px;
    color: var(--a-negro-unops);
    @for $i from 2 through 6 {
      h#{$i} {
        @extend %VFSans-font;
        font-size: 25px;
        font-weight: 600;
      }
    }
  }
}
