.block-offer .boxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.block-offer .box {
  background: #C4E9F2;
  text-align: center;
  font-family: tenez, "Times New Roman", serif;
}
.block-offer .box .time {
  background: #00CEFF;
  font-family: tenez, "Times New Roman", serif;
  padding: 14px 20px;
  font-size: 22px;
  margin-bottom: 35px;
}
.block-offer .box .title {
  font-size: 45px;
  line-height: 1.1em;
  margin-bottom: 25px;
  padding: 0 15px;
}
.block-offer .box .min {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Outfit", "Helvetica", "Arial", sans-serif;
  padding: 0 15px;
}
.block-offer .box .price {
  color: #00CEFF;
  font-size: 66px;
  margin-bottom: 25px;
}
@media (max-width: 989.98px) {
  .block-offer .boxes {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599.98px) {
  .block-offer .boxes {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .block-offer .boxes .title {
    font-size: 40px;
  }
  .block-offer .boxes .price {
    font-size: 50px;
  }
}
/*# sourceMappingURL=offer.css.map */