.ms-hero-block {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ms-hero-block {
    flex-direction: column;
  }
}
.ms-hero-block .flex-box {
  flex: 1;
  width: 50%;
}
@media (max-width: 768px) {
  .ms-hero-block .flex-box {
    flex: auto;
    width: 100%;
  }
}
.ms-hero-block__content {
  background-color: #102f32;
  color: #fff;
  padding: 3rem;
}
@media (max-width: 768px) {
  .ms-hero-block__content {
    padding: 1.825rem;
  }
}
.ms-hero-block__content a.ms-hero-post__cta {
  text-decoration: none;
}
.ms-hero-block__content .ms-hero-post__category-tag {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .ms-hero-block__content .ms-hero-post__category-tag {
    margin: 0;
  }
}
.ms-hero-block__content .ms-hero-post__category-tag a {
  background: #91c1c5;
  border-radius: 1rem;
  color: #102f32;
  font-size: 0.825rem;
  padding: 0.125rem 1rem;
  text-decoration: none;
}
.ms-hero-block__content .ms-hero-post__title {
  font-size: 2.34375rem;
  margin: 1rem 0;
}
.ms-hero-block__content .ms-hero-post__excerpt {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .ms-hero-block__content .ms-hero-post__excerpt {
    line-height: normal;
  }
}
.ms-hero-block__content .ms-hero-post__ctas {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .ms-hero-block__content .ms-hero-post__ctas {
    flex-direction: column;
  }
}
.ms-hero-block__content .ms-hero-post__cta {
  background-color: #e5eff6;
  border-radius: 0.5rem;
  color: #102f32;
  margin-right: 0.5rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
  width: 50%;
}
@media (max-width: 768px) {
  .ms-hero-block__content .ms-hero-post__cta {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
a.ms-hero-block__content .ms-hero-post__cta {
  text-decoration: none;
}
.ms-hero-block__content .ms-hero-post__copy {
  font-size: 0.825rem;
  line-height: normal;
}
.ms-hero-block__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .ms-hero-block__image {
    height: 400px;
  }
}
