@use "../utilities";
.possibilitiesProgram {
  overflow: hidden;
  border-bottom: solid 1px var(--f-aire);
  &__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;
    font-weight: 300;
    color: var(--a-negro-unops);
    strong,
    a {
      font-weight: 600;
    }
    a {
      color: var(--a-azul-unops);
    }
  }
  &__contentImg {
    position: relative;
    min-height: 511px;
    height: 100%;
    .img-absolute {
      @extend %img-absolute;
    }
  }
}
