.container-News {
  max-width: 736px;
  font-size: 18px;
  margin: 75px auto 50px;
}

.container-News li {
  margin-left: 40px;
}

.container-News img {
  margin: 10px auto;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.container-News a {
	color: #3f6184;
  text-decoration-color: transparent;
  transition: text-decoration-color .5s ease-in-out;
}

.container-News a:hover,
.container-News a:focus {
	text-decoration: underline;
  text-decoration-color: #3f6184;
}

.container-News blockquote {
  margin: 32px 0;
  padding: 22px 24px 22px 28px;
  border-left: 6px solid #3f6184;
  border-radius: 0 6px 6px 0;
  background-color: #f6f9fa;
  color: #23384d;
  font-size: 19px;
  line-height: 1.6;
}

.container-News blockquote p {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-style: italic;
}

.container-News blockquote p + p {
  margin-top: 14px;
}

.newsHome {
  margin: 0 0 80px;
}

.newsIntro {
  margin-bottom: 34px;
}

.newsEyebrow,
.newsFeatured-label {
  margin: 0 0 12px;
  color: #3f6184;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.newsIntro h2 {
  margin: 0 0 18px;
  color: #24374b;
  font-size: 34px;
  line-height: 1.2;
}

.newsIntro p {
  color: #657889;
  font-size: 19px;
  line-height: 1.55;
}

.newsRss {
  display: inline-block;
  margin-top: 8px;
  padding: 13px 20px;
  border: 2px solid #3f6184;
  border-radius: 3px;
  color: #3f6184 !important;
  font-size: 16px;
  font-weight: 700;
}

.newsRss:hover,
.newsRss:focus {
  background-color: #3f6184;
  color: #fff !important;
  text-decoration: none !important;
}

.newsFeatured {
  margin: 0 0 26px;
  padding: 30px;
  border: 1px solid #dce5e9;
  border-radius: 8px;
  background-color: #f8fbfc;
}

.newsFeatured h2 {
  margin: 0 0 12px;
  color: #24374b;
  font-size: 28px;
  line-height: 1.25;
}

.newsFeatured h2 a {
  color: inherit;
}

.newsFeatured time,
.newsCard time {
  display: block;
  margin-bottom: 14px;
  color: #3f6184;
  font-size: 15px;
  font-weight: 800;
}

.newsFeatured p:last-child {
  margin-bottom: 0;
  color: #657889;
  font-size: 18px;
  line-height: 1.6;
}

.newsSectionTitle {
  margin: 54px 0 22px;
  color: #24374b;
  font-size: 26px;
  line-height: 1.25;
}

.newsCards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.newsCard {
  padding: 22px;
  border: 1px solid #dce5e9;
  border-radius: 8px;
  background-color: #fff;
}

.newsCard h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.3;
}

.newsCard h3 a {
  color: #24374b;
}

.newsCard p {
  margin: 0;
  color: #657889;
  font-size: 16px;
  line-height: 1.55;
}

.newsList {
  margin: 0;
}

.newsList-item {
  list-style: none;
  padding: 0;
  font-size: 20px;
  margin: 14px 0;
}

.newsList-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 1px solid #e6edf0;
}

.newsList-link span {
  color: black;
  text-decoration: none;
}

.newsList-time {
  font-size: 16px;
  color: #3f6184;
  text-align: right;
}

.newsPagination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 736px;
  margin: 0 auto 80px;
  padding-top: 24px;
  border-top: 1px solid #dce5e9;
}

.newsPagination-link {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 22px 24px;
  border: 1px solid #dce5e9;
  border-radius: 8px;
  background-color: #f8fbfc;
  color: #24374b;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.newsPagination-link:hover,
.newsPagination-link:focus {
  border-color: #8bc6bb;
  background-color: #fff;
  box-shadow: 0 12px 30px rgba(40, 70, 102, .1);
  color: #24374b;
  text-decoration: none;
}

.newsPagination-prev {
  text-align: right;
}

.newsPagination-prev:first-child {
  grid-column: 2;
}

.newsPagination-label {
  color: #3f6184;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.newsPagination-next .newsPagination-label:before {
  content: "<";
  margin-right: 8px;
}

.newsPagination-prev .newsPagination-label:after {
  content: ">";
  margin-left: 8px;
}

.newsPagination-title {
  color: #24374b;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contentPage {
  color: #24374b;
}

.contentPage .contentLead {
  margin: 0 0 34px;
  color: #3f6184;
  font-size: 24px;
  line-height: 1.45;
}

.contentPage h2 {
  margin: 48px 0 18px;
  color: #24374b;
  font-size: 28px;
  line-height: 1.25;
}

.contentPage h3 {
  margin: 0 0 12px;
  color: #24374b;
  font-size: 20px;
  line-height: 1.3;
}

.contentPage .contentCards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0;
}

.contentPage .contentCards > div {
  padding: 22px;
  border: 1px solid #dce5e9;
  border-radius: 8px;
  background-color: #f8fbfc;
}

.contentPage .contentCards p {
  margin: 0;
  color: #657889;
  font-size: 16px;
  line-height: 1.55;
}

.contentPage .readerCards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contentPage .readerCards > div {
  min-height: 140px;
}

.contentPage .readerCards h3 {
  min-height: 52px;
}

.contentPage .readerCards a {
  font-weight: 700;
}

.contentAction {
  display: inline-block;
  margin: 16px 10px 0 0;
  padding: 15px 24px;
  border: 2px solid #3f6184;
  border-radius: 3px;
  background-color: #3f6184;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}

.contentAction:hover,
.contentAction:focus {
  background-color: #24374b;
  border-color: #24374b;
  color: #fff !important;
  text-decoration: none !important;
}

.contentAction-secondary {
  background-color: #fff;
  color: #3f6184 !important;
}

.contentAction-secondary:hover,
.contentAction-secondary:focus {
  background-color: #eef6f6;
  color: #24374b !important;
}

@media (max-width:768px) {
  .container-News {
    margin: 48px auto 40px;
  }

  .container-News blockquote {
    margin: 28px 0;
    padding: 18px 18px 18px 20px;
    font-size: 18px;
  }

  .newsPagination {
    grid-template-columns: 1fr;
    margin-bottom: 35px;
  }

  .newsPagination-prev,
  .newsPagination-prev:first-child {
    grid-column: auto;
  }

  .newsPagination-link {
    min-height: 0;
    padding: 20px;
  }

  .newsIntro h2 {
    font-size: 28px;
  }

  .newsFeatured {
    padding: 24px;
  }

  .newsCards {
    grid-template-columns: 1fr;
  }

  .newsList-link {
    display: block;
  }

  .newsList-time {
    display: block;
    margin-top: 6px;
    text-align: left;
  }

  .contentPage .contentLead {
    font-size: 21px;
  }

  .contentPage .contentCards {
    grid-template-columns: 1fr;
  }

  .contentPage .readerCards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contentAction {
    display: block;
    margin-right: 0;
    text-align: center;
  }
}

@media (max-width:480px) {
  .contentPage .readerCards {
    grid-template-columns: 1fr;
  }
}
