@use "../utilities";
.deliveriesMast {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 650px;
  background: rgb(13, 30, 47);
  background: linear-gradient(
    0deg,
    rgba(13, 30, 47, 0.75) -33%,
    rgba(13, 30, 47, 0) 167%
  );

  .img-absolute {
    @extend %img-absolute;
    z-index: -1;
  }
  &__photosCount {
    @extend %VFSans-font;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.9;
    letter-spacing: 1.6px;
    color: var(--highlight-unops);
  }
}
