.header {
  height: 110px;
  background-color: #282842;
  background-image: -webkit-linear-gradient(270deg, #403f67, #282842);
  background-image: linear-gradient(180deg, #403f67, #282842);
}

.body {
  background-color: #e5e9eb;
}

.content {
  padding: 20px 40px 40px;
  background-color: #fff;
}

.h1 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.sub-header {
  margin-bottom: 40px;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 23px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.content-copy {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 23px;
}

.h2 {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 27px;
  line-height: 31px;
}

.h2.centred {
  text-align: center;
}

.list-copy {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 23px;
}

.bullet-list {
  margin-top: 35px;
  margin-bottom: 40px;
}

.banner {
  margin-bottom: 30px;
  margin-left: 30px;
  float: right;
}

.screenshot {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h3-link {
  text-align: center;
}

.cta-button {
  display: inline-block;
  padding: 15px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #27ae60;
  font-size: 23px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
}

.cta-button-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h3 {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 21px;
  line-height: 27px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #282842;
}

.footer-copy {
  width: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

.footer-link {
  color: hsla(0, 0%, 100%, .5);
}

.video-block {
  margin-bottom: 50px;
}

.text-span {
  color: #b80000;
}

.important-text {
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.text-span-2 {
  color: #af0000;
}

@media (max-width: 991px) {
  .banner {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .h1 {
    margin-bottom: 20px;
  }
  .banner {
    width: 100%;
  }
  .footer {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 479px) {
  .content {
    padding: 0px 20px 20px;
  }
  .h1 {
    margin-bottom: 20px;
  }
  .h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .bullet-list {
    margin-bottom: 30px;
  }
  .screenshot {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cta-button {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .cta-button-parent {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer {
    height: 150px;
  }
}

