.delivery-address-block {
  &__info {
    @include make-col(12);
    margin-bottom: 38px;
  }

  &__form {
    @include make-row;

    &-item {
      @include make-col(12);
      @include make-col-ready;
    }
  }
}

@include media-breakpoint-up(md) {
  .delivery-address-block {
    &__info {
      @include make-col(7);
    }

    &__form {
      &-item {
        @include make-col(6);
      }
    }
  }
}
