@use "../utilities";
.insabiOdsSchedule {
  &__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;
    }
  }
  &__block {
    display: flex;
    justify-content: flex-start;
  }
  &__img {
    height: 250px;
    border-radius: 15px;
  }
  &__description {
    font-size: 18px;
    color: var(--a-negro-unops);
    a {
      font-weight: 600;
      color: var(--a-azul-unops);
    }
  }
  &__text {
    .description {
      font-size: 18px;
      color: var(--a-negro-unops);
    }
  }
}

.odsAndSchedule {
  &__content {
    position: relative;
    width: 200px;
    display: block;
    height: 200px;
    overflow: hidden;
    border-radius: 0.6rem;
    img.absolute {
      @extend %img-absolute;
    }
  }
}
