@use '../utilities';
.textSimpleteInsabi {
  border: solid 1px var(--f-aire);
  border-left: 0px;
  border-right: 0px;
  &__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-weight: 300;
    line-height: 1.67;
  }
}
