#offer {
  background-image: url(../../assets/img/special-offer-xs.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ebdbcf;
  max-width: 880px;
  margin: 0 auto;
  border-radius: 3px;
  border: dashed 4px #b1422c;
}

@media (min-width: 576px) {
  #offer {
    height: 260px;
    background-image: url(../../assets/img/special-offer.jpg);
  }
}

#offer .btn.btn-primary {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  #offer .btn.btn-primary {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  #offer .btn.btn-primary {
    font-size: 22px;
  }
}

#offer .headline {
  font-family: 'Oswald';
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #c53b00;
}

@media (min-width: 576px) {
  #offer .headline {
    font-size: calc(34px + 2.5vw);
    line-height: 44px;
  }
}

@media (min-width: 992px) {
  #offer .headline {
    font-size: 74px;
    line-height: 70px;
  }
}

#offer .bodycopy {
  font-family: 'Oswald';
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

@media (min-width: 576px) {
  #offer .bodycopy {
    font-size: 28px;
    line-height: 35px;
  }
}

@media (min-width: 768px) {
  #offer .bodycopy {
    font-size: 31px;
    line-height: 36px;
  }
}

@media (min-width: 992px) {
  #offer .bodycopy {
    font-size: 38px;
    line-height: 46px;
  }
}

