.intro {
  margin: 20px 0;
}

.intro-panel {
  margin-left: 30px;
  width: 500px;
}

.intro-panel h1 {
  font-size: 36px;
  line-height: 54px;
}

.subonly .get-vip-heading {
  font-size: 36px;
  line-height: 54px;
}

.get-vip {
  margin: 10px 40px 0 10px;
}

.get-vip .get-vip-now {
  width: 215px;
  margin-top: 5px;
  margin-right: 30px;
  font-size: 16px;
  display: inline-block;
}

.cc-manager-download-buttons .download-button {
  display: inline-block;
  width: 227px;
  font-size: 16px;
  background: #C5435E;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}

.cc-manager-download-buttons .download-button:hover {
  text-decoration: none;
  background-color: #e35d78;
}

.get-vip .get-vip-now:last-child {
  margin-right: 0;
}

h2 {
  line-height: 1.3em;
}

p {
  margin: 0 0 1em;
}

.icon-info {
  position: relative;
  top: 3px;
}

.button-300 {
  margin-right: 20px;
}

.button span {
  top: 3px;
}

.info-box {
  float: left;
  width: 300px;
  height: 300px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin: 0 20px 20px 0;
  position: relative;
}

.no-margin {
  margin-right: 0;
}

hr {
  margin: 30px 0;
}

.perk {
  font-size: 16px;
  line-height: 1.4em;
  background-color: #F5FCFE;
}

.perk .perk-image img {
  max-width: 100%;
  min-width: 320px;
  display: block;
  margin: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.disclaimer {
  margin-top: 30px;
}

.perk h1 {
  line-height: 1.1em;
}

.perk.left .perk-image {
  float: right;
}

.perk .perk-image {
  float: left;
  display: block;
  background-color: #fff;
  width: 580px;
  padding: 30px 30px;
}

.perk .perk-content {
  width: 565px;
  display: inline-block;
  padding: 30px;
}

.perk .perk-content h1 {
  margin: 0 0 10px;
}

.link {
  text-decoration: underline;
}

@media (max-width: 500px) {
  .intro-panel {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .get-vip {
    margin: 0;
  }

  .perk .perk-image {
    width: 100%;
  }

  .perk .perk-content {
    width: 100%;
  }

  .pull-left {
    float: none !important;
  }

  .cc-manager-download-buttons {
    text-align: center;
  }

  .get-vip .get-vip-now {
    width: 205px;
  }
}
