.newsItem__date {
  font-family: 'Oswald', Helvetica ,Arial, Lucida, sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #004A81;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
}

.mainContent h2 {
  font-size: 32px;
  color: #333333;
  display: block;
  margin-top: 20px;
  max-width: 1200px;
  border-bottom: 0;
}

.mainContent p {
  display: block;
}

.newsItem__text img {
  width: 100%;
  height: unset;
}

.newsItem__text .newsImgGallery {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .newsItem__text .newsImgGallery img {
    width: unset;
    flex: 0 1 45%;
  }
}

.newsItem__text {
  margin-top: 25px;
  max-width: 1200px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #666666;
}

.newsItem__text > * {
  margin-top: 25px;
  line-height: 1.5;
}

.newsItem__text ul {
  margin-top: 10px;
}

.newsItem__text li {
  line-height: 32px;
}

.newsItem__text li::marker {
  color: #004a81;
  font-weight: 600;
}

.newsItem__text > *:first-child {
  margin-top: 0;
}

.news__paginator {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}

.news__paginator_navControl {
  display: block;
  font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  color: #004a81;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.news__paginator_navControl:hover {
  color: #004a81;
  opacity: 0.7;
}

.socialLinks {
  display: flex;
  align-items: center;
}

.socialLinks__link {
  transition: opacity .4s ease-in-out;
}

.socialLinks__link:not(:first-child) {
  margin-left: 36px;
}

@media (max-width: 1199px) {
  .pageHeadingContentWrap {
    flex-direction: column;
    gap: unset;
    align-items: flex-start;
  }

  .socialLinks {
    margin-top: 24px;
  }

  .socialLinks__link:not(:first-child) {
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .news__paginator_navControl {
    font-size: 16px;
  }
}
