.page_summary_with_title h1 {
  font-size: 4.25rem;
  line-height: 5.125rem;
  margin-bottom: 3.75rem;
  font-family: "roobert_medium";
}
@media only screen and (min-width: 992px) {
  .page_summary_with_title h1 {
    font-size: 4.375rem;
    line-height: 5.25rem;
    margin-bottom: 7.5rem;
    font-family: "roobert_regular";
  }
}
.page_summary_with_title p {
  font-size: 2.625rem;
  margin-bottom: 7.5rem;
  font-family: "roobert_regular";
}
@media only screen and (min-width: 992px) {
  .page_summary_with_title p {
    font-size: 2.625rem;
    font-family: "roobert_medium";
  }
}

@media only screen and (min-width: 0) and (max-width: 991px) {
  .media_title {
    padding: 46px 0 44px 0 !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .media_title h1 {
    margin-bottom: 41px;
    font-family: "roobert_regular";
  }
}
.media_title p {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .media_title p {
    max-width: 624px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .media_title p {
    font-family: "roobert_medium";
  }
}