.offers-group {
  margin-top: 6rem;
}

.offers-group:first-of-type {
  margin-top: 4rem;
}

.offers-group__title {
  font-size: 5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: left;
}

@media (max-width: 568px) {
  .offers-group__title {
    font-size: 30px;
    line-height: 38px;
  }
}

.offers-group .offer_grid {
  margin-top: 0;
  margin-bottom: 4rem;
}

.offers--cta .cta,
.offers .single_offer .single_offer_wrapper .cta {
  background: #1A9BD7;
  color: #fff;
}
