
#body-content {
  background: #F5F5F5;
  padding: 50px 0;
}
.standard-container {
  max-width: 1300px;
  background: white;
  padding: 40px 0 40px;
}
.standard-container h1 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.news-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
.news-single-post {
  border: 1px solid #f1f1f1;
  width: 33.3%;
  padding: 30px;
}
.news-single-post img {
  height: 210px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.news-single-post .post-desc {
  background: white;
  width: 100%;
}
.news-single-post h2 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
.news-single-post h2:hover {
  text-decoration: underline;
}
.news-single-post p {
  font-weight: bold;
  color: orange;
  margin-top: 20px;
}
.news-single-post a {
  color: #002B5E;
  text-decoration: none;
}
.pagination {
  padding-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}