@use "../utilities";
.DeligridImageAndText {
  background-color: var(--very-light-pink);
  &__contentImg {
    min-height: 366px;
    position: relative;
    .img-absolute {
      @extend %img-absolute;
    }
  }
  &__description {
    font-size: 17px;
    font-weight: 300;
    color: var(--a-negro-unops);
    strong {
      font-weight: 600;
    }
  }
}
