@font-face {
  font-family: font-main;
  src: url(../font/PlayfairDisplay-VariableFont_wght.ttf);
}
@font-face {
  font-family: font-secondary;
  src: url(../font/FuzzyBubbles-Bold.ttf);
}
@font-face {
  font-family: font-main;
  src: url(../font/PlayfairDisplay-VariableFont_wght.ttf);
}
@font-face {
  font-family: font-secondary;
  src: url(../font/FuzzyBubbles-Bold.ttf);
}
.summer-time-2, .tours-benefit, .last-minute-title-second {
  font-family: font-main;
  font-size: 40px;
}

.tour-benefit-title, .tour-offer-price {
  font-family: font-main;
  font-size: 20px;
}

.summer-time-1, .last-minute-title-first {
  font-family: font-secondary;
  font-size: 20px;
}

.img-left {
  background-image: url(../img/bg9.png);
  background-repeat: no-repeat;
  background-position: left;
}

.last-minute-left {
  background-image: url(../img/island.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.high-price {
  text-decoration: line-through;
}

.main-7 {
  background-image: url(../img/bg8.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.tours-benefit .tours-benefit-icon:hover {
  color: #56BD97;
  background-color: rgb(233, 232, 232);
  transition: 0.3s;
}

.tour-benefit-title {
  font-weight: bold;
}

.tour-benefit-more:hover {
  color: #56BD97;
}

.main-8 {
  background-image: url(../img/bg4.jpg);
}

@media only screen and (max-width: 768px) {
  .summer-time-2 {
    font-size: 25px;
  }
}/*# sourceMappingURL=last-minut-offers.css.map */