.topsection {
  margin-bottom: 99px;
}
.topsection .featured-image {
  margin-bottom: 55px;
}
.topsection .featured-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 64em) {
  .topsection .featured-image {
    margin-bottom: 67px;
  }
}
@media screen and (max-width: 47.9375em) {
  .topsection .featured-image {
    margin-bottom: 55px;
  }
}
.topsection .top-section-wrap {
  width: 100%;
  max-width: 1428px;
  margin: 0 auto;
}
.topsection .top-section-wrap .sub-title {
  font-family: var(--font-roboto-mono);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  color: #4D4D4D;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 64em) {
  .topsection .top-section-wrap .sub-title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 47.9375em) {
  .topsection .top-section-wrap .sub-title {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 36px;
  }
}
.topsection .top-section-wrap .page-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 96px;
  line-height: 115px;
  color: #0000FF;
}
@media screen and (min-width: 64.0625em) and (max-width: 89.9375em) {
  .topsection .top-section-wrap .page-title {
    font-size: 60px;
    line-height: 72px;
  }
}
@media screen and (max-width: 64em) {
  .topsection .top-section-wrap .page-title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 64em) {
  .topsection {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .topsection {
    margin-bottom: 20px;
  }
}