.home-delivery {
  display: grid;
  grid-template-columns: calc(100% - 330px - 30px) 330px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 768px) {
  .home-delivery {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
}
.home-delivery .deliveryThumbsSwiper {
  width: 100%;
  height: 430px;
}
@media (max-width: 768px) {
  .home-delivery .deliveryThumbsSwiper {
    height: 250px;
  }
}
@media (max-width: 420px) {
  .home-delivery .deliveryThumbsSwiper {
    height: 300px;
  }
}
.home-delivery .deliverySwiper {
  width: 100%;
  height: 430px;
}
@media (max-width: 768px) {
  .home-delivery .deliverySwiper {
    height: 370px;
  }
}
.home-delivery .home-delivery__text-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .home-delivery .home-delivery__text-container {
    gap: 24px;
  }
}
.home-delivery .home-delivery__text-container .h3 {
  margin-bottom: 10px;
}

.home-delivery {
  margin-top: 60px;
  margin-bottom: 60px;
  z-index: 0;
}
.home-delivery .delivery-banner {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .home-delivery .delivery-banner {
    height: 370px;
  }
}
.home-delivery .delivery-banner .delivery-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
}
.home-delivery .delivery-banner .delivery-banner__text {
  max-width: 415px;
  padding: 40px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .home-delivery .delivery-banner .delivery-banner__text {
    padding: 24px;
  }
}
.home-delivery .delivery-banner .delivery-banner__text .title {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .home-delivery .delivery-banner .delivery-banner__text .title {
    font-size: 22px;
    line-height: 26px;
  }
}

/*# sourceMappingURL=style.css.map */
