@use "../../../../src/scss/utilities.scss";
.aboutMarket {
  //border-bottom: solid 1px var(--f-aire);
  &__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;
    }
  }
  &__titleList {
    font-size: 18px;
    font-weight: 300;
    color: var(--a-negro-unops);
  }
  &__description {
    font-size: 18px;

    color: var(--a-negro-unops);
    strong {
      font-weight: 600;
    }
    a {
      font-weight: 600;
      color: var(--a-azul-unops);
    }
  }

  &__footer {
    font-size: 18px;
    text-align: center;
    color: var(--a-negro-unops);
    p {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    a {
      font-weight: 600;
      color: var(--a-azul-unops);
    }
  }
  &__img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 643px;
    .img-absolute {
      @extend %img-absolute;
    }
  }
}
