@use '../../../../src/scss/utilities.scss';
.gridBorderlImgElement[data-gbli-10493] {
  overflow: hidden;
  //max-width: 1320px;
  margin: auto;
  .title {
    @extend %VFSans-font;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: center;
    color: var(--a-negro-unops);
    @media (max-width: 991.98px) {
      font-size: 25px;
    }
  }
  .gridBorderlImg {
    &__title {
      @extend %VFSans-font;
      font-size: 35px;
      font-weight: 600;
      line-height: 1.37;
      color: var(--a-negro-unops);
      @media (max-width: 991.98px) {
        font-size: 25px;
      }
    }
    &__img {
      position: relative;
      min-height: 450px;
      img.img-absolute {
        @extend %img-absolute;
      }
    }
    &__description {
      @extend %openSans-font;
      font-size: 18px;
      color: var(--a-negro-unops);
      a {
        font-weight: 600;
        color: var(--a-azul-unops);
      }
      strong {
        font-weight: 600;
      }
    }
  }
}
