.NewsSiteContent {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  align-content: center;
  margin-bottom: 25px;
  margin-top: 121px;
  border: 1px solid var(--mainColor--black);
}
@media only screen and (max-width: 768px) {
  .NewsSiteContent {
    margin-top: calc(60.5px);
  }
}
.NewsSiteContent-header {
  line-height: 1.200;
  color: var(--mainColor--black);
  padding: 38px;
  font-family: 'neue-haas-grotesk-display';
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid var(--mainColor--black);
}
@media only screen and (max-width: 768px) {
  .NewsSiteContent-header {
    padding: 15px 27px;
  }
}
.NewsSiteContent-header_subTitle {
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .NewsSiteContent-header_subTitle {
    font-size: 14px !important;
  }
}
.NewsSiteContent-header_Title {
  font-size: 55px;
}
@media only screen and (max-width: 768px) {
  .NewsSiteContent-header_Title {
    font-size: 30px !important;
  }
}
.NewsSiteContent-header_date {
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
  font-size: 16px;
  margin-top: 19px;
}
.NewsSiteContent_copy {
  width: 100%;
  font-size: 16px;
  line-height: 1.1875;
  color: var(--mainColor--black);
  padding: 76px 85px 74px 35px;
  margin-bottom: 0.5673em;
}
@media only screen and (min-width: 768px) {
  .NewsSiteContent_copy {
    column-count: 2;
    column-gap: 9.6301%;
  }
}
@media only screen and (max-width: 768px) {
  .NewsSiteContent_copy {
    font-size: 14px !important;
    padding: 27px;
  }
}
