body {
  background-color: #f7f7f7;
}

.content {
  width: calc(100% - 60px);
  float: left;
  margin-left: 30px;
  background-color: #fff;
  margin-top: 30px;
  border-radius: 2px;
  padding: 30px;
}

@media only screen and (min-width: 768px) {
  .content {
    width: calc(83.33333333% - 55px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.33333333% - 32.5px + 60px);
  }
}

@media only screen and (min-width: 1024px) {
  .content {
    width: calc(66.66666667% - 50px);
    float: left;
    margin-left: 30px;
    margin-left: calc(16.66666667% - 35px + 60px);
  }
}

.content h1 {
  margin-top: 0;
}

.intro-cta {
  padding: 10px 30px;
}

@media only screen and (min-width: 768px) {
  .intro-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.intro-cta h1 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.intro-cta .button {
  border: 2px solid #66ddd5;
  margin-left: 20px;
  color: #66ddd5;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 5px 10px;
  white-space: nowrap;
  border-radius: 2px;
}

.intro-content {
  padding: 30px;
  font-size: 14px;
}

.intro-content p:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .intro-content {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

.text {
  width: calc(100% - 60px);
  float: left;
  margin-left: 30px;
}

@media only screen and (min-width: 768px) {
  .text {
    width: calc(83.33333333% - 55px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.33333333% - 32.5px + 60px);
  }
}

@media only screen and (min-width: 1024px) {
  .text {
    width: calc(66.66666667% - 50px);
    float: left;
    margin-left: 30px;
    margin-left: calc(16.66666667% - 35px + 60px);
  }
}

@media only screen and (min-width: 1280px) {
  .text {
    width: calc(58.33333333% - 47.5px);
    float: left;
    margin-left: 30px;
    margin-left: calc(20.83333333% - 36.25px + 60px);
  }
}

.content-text figure {
  margin: 20px 0;
  text-align: center;
}

.content-text img {
  width: 66%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .content-text img {
    width: 50%;
  }
}

.content-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 20px;
}

.content-table tr:first-child {
  font-weight: 600;
}

.content-table table,
.content-table td,
.content-table th {
  padding: 5px 10px;
  border: 1px solid #aaa;
}
