.home #site-content
{
  width: 100%;
  max-width: 100%;
  margin: 0px;
}
.home .featured__posts
{
  padding: 40px 0px;
  background: #292929;
}
.home .featured__posts_wrapper
{
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.home .featured__posts_title
{
  margin: 0;
  margin-bottom: 40px;
  font-size: 32px !important;
  color: #fff;
  background: none;
  text-align: center;
}
.home .featured__posts_title:before
{
  display: none;
}
.home .featured__posts_categories
{
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 40px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px)
{
  .home .featured__posts_categories
  {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px)
{
  .home .featured__posts_categories
  {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.home .featured__posts_category
{
  background: #292929;
  border-radius: 5px !important;
  border: 1px solid #474747;
}

.home .featured__posts_category_image
{
  position: relative;
  min-height: 250px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 5px 5px 0px 0px;
}

.home .featured__posts_category_title_link
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #023f87;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
}

.home .featured__posts_category_title_heading
{
  margin: 0;
  padding: 0px;
  background: none;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.home .featured__posts_category_title_heading:before
{
  display: none;
}

.home .featured__posts_category_content
{
  padding: 20px;
  height: auto;
  border-radius: 0px 0px 5px 5px;
}
.home .featured__posts_category_content_post
{
  margin-bottom: 10px;
}

.home .featured__posts_category_content_link
{
  color: #fff;
  text-decoration: none;
}

.home .featured__posts_category_content_title
{
  display: inline;
  margin: 0px;
  color: #cdcdcd;
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.5px;
}

.home .featured__posts_category_content_separator
{
  margin: 0 10px;
}

.home .featured__posts_category_content_date
{
  margin-left: 10px;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22.5px;
}

.home .featured__posts_category_footer
{
  text-align: right;
}

.home .featured__posts_category_footer_link
{
  color: #ff8c00;
  font-size: 16px;
  font-style: normal;
  font-weight: 400
}
