.subtitle-title-desc h1,
.offers-section-item-label,
.offers-section-item-heading {
  color: #7d524c !important;
}

.cta-btn .primary-btn {
  background: #7d524c !important;
  color: #fff !important;
}

.title-pink {
  color: #7d524c !important;
}

.primary-btn:hover {
  background-color: rgba(0, 0, 0) !important;
}

@media(min-width: 750px) {

  .subtitle-title-desc {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }
}

@media screen and (max-width: 600px) {
  .font-56-mobile {
    line-height: 50px !important;
  }
}