#voucher {
  position: relative;
  text-align: center;
  padding: 70px 20px 35px;
  margin-top: 115px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  margin-bottom: 3.3333333333rem; }
  @media (min-width: 768px) {
  #voucher {
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem;
    margin-top: 75px;
    padding: 20px 40px 20px 60px;
    height: 150px; } }
  @media (min-width: 992px) {
  #voucher {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem; } }
  @media (min-width: 1302px) {
  #voucher {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem; } }
  #voucher .background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #voucher .title {
    display: block;
    text-align: center;
    font-family: "the-seasons", Georgia, serif;
    font-weight: normal;
    color: #fff;
    line-height: 1.2em;
    font-size: 32px;
    margin-bottom: 1.5rem;
    position: relative; }
    @media (min-width: 768px) {
  #voucher .title {
    float: left;
    line-height: 110px;
    margin: 0; } }
    @media (min-width: 992px) {
  #voucher .title {
    font-size: 50px; } }
  #voucher .btn {
    width: 265px;
    position: relative; }
    @media (min-width: 768px) {
  #voucher .btn {
    float: right;
    margin: 0;
    margin-top: 30px; } }
  #voucher .image {
    width: 154px;
    height: 154px;
    position: absolute;
    left: 0;
    top: -94px; }
    @media (min-width: 768px) {
  #voucher .image {
    left: 0;
    top: 0;
    margin: -75px 0 0 -75px; } }
