.seo-template .section-title {
    margin: 3.5rem 0 1rem 0;
}
.banner-text-img {
  margin-bottom: 1.25rem;
}
.banner-text-img .container p {
  display: block;
}
.related-topics {
  margin-top: 6rem;
}
.get-started {
  margin: 6rem 0 5rem;
}
.get-started .btn-big {
min-width: 17.1875rem;
margin-top: 1.5rem;
}
.topic-card {
  background-image: url('/static-c-assets/related-topics.jpg');
  min-height: 135px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
}
.topic-card a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 12%;
}

@media (max-width: 62rem) {
.seo-template .section-title {
    margin: 1.5rem 0 1rem 0;
}
.related-topics {
  margin-top: 4rem;
}
.get-started {
  margin: 4rem 0 5rem;
}
}

@media (min-width: 62em) {
.banner-text {
  width: 45%;
  text-align: left;
}
.seo-template .content-ul-list {
  margin-left: 3rem;
}
}

@media (max-width: 767px) {
/* Gradient overlay mobile hero */
.banner-text-img .container {
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
}