.xmas-banner {
  position: relative;
  padding: 12% 0;
  background: #256238;
  border-top: 2px solid #fff;
}

.xmas-banner .hero-title {
  font-size: 5vw;
  font-weight: 500;
  line-height: 1.18;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8%;
  text-align: center;
  padding: 0 10%;
}

.xmas-banner .landing-page__banner-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
  z-index: 2;
}

.xmas-banner .landing-page__banner-content .landing-page__hero-cta {
  width: 46%;
  justify-content: center;
  padding: 9px 0;
  margin-bottom: 5%;
}

.xmas-banner .region-hide {
  display: none;
}

.region-UK .uk-only-flex, .region-IE .ie-only-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .xmas-banner .landing-page__banner-content .landing-page__hero-cta:last-child {
    margin: 0 auto;
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 769px) {
  .xmas-banner {
    padding: 4% 0;
  }
  .xmas-banner .hero-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 2.5%;
    padding: 0;
  }
  .xmas-banner .landing-page__banner-content {
    max-width: 1200px;
    width: auto;
    justify-content: center;
  }
  .xmas-banner .landing-page__banner-content .landing-page__hero-cta {
    width: 160px;
    margin-bottom: 0;
    margin-left: 2%;
  }
  .xmas-banner .landing-page__banner-content .landing-page__hero-cta:first-child {
    margin: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 920px) {
  .xmas-banner .landing-page__banner-content .landing-page__hero-cta {
    width: 136px;
  }
}