@use "../../../../src/scss/utilities.scss";
.blidListLinkAndImage { 
  overflow: hidden;
  //max-width: 1320px;
  margin: auto;
  //border: solid 1px var(--f-aire);
  //border-left: 0px;
  //border-right: 0px;
  &__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;
    }
  }
  &__contentImg {
    min-height: 400px;
    height: 100%;
    position: relative;
    .img-absolute {
      @extend %img-absolute;
    }
  }
}