.special-offer {
  background-color: #fff;
}

.special-offer .offer-content {
  padding-top: 1rem;
}

.special-offer .offer-content h4 {
  color: #e51937;
  text-transform: uppercase;
}

.special-offer .offer-content h2 {
  color: #000;
  text-transform: uppercase;
}

.special-offer .offer-content .roxor-btn {
  margin-right: 1rem;
  margin-top: 1rem;
}

.special-offer .offer-content .roxor-btn:last-child {
  margin-right: unset;
}

.offer-content p:last-child{
    margin-top: 4rem;
}