@use "../../../../src/scss/utilities.scss";
.bidContractedKeys {
  &__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;
    }
  }
  &__description {
    font-size: 18px;
    color: var(--a-negro-unops);
  }
  &__contentImg {
    position: relative;
    height: 100%;
    min-height: 377px;
    .img-absolute {
      @extend %img-absolute;
    }
  }
}