.simple_hero {
  /*background: none !important;*/
  margin-bottom: 30px;
}
.simple_hero .row {
  justify-content:center;
}
.simple_hero .col {
  max-width: 83.33333333%;
}
.simple_hero h1 {
  /*color: var(--pe_deep_blue);*/
  margin: 0 auto 0 !important;
  text-align: left;
}
.simple_hero {
  padding: 40px 0 10px !important;
}
.justify-content-md-center h2 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 2;
}
.justify-content-md-center h2,
.justify-content-md-center h2 strong {
  font-family: var(--lato_400) !important;
}
.social_share_footer .social-channels,
.date_social_wrap .social-channels {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.social_share_footer .social-channels li,
.date_social_wrap .social-channels li {
  display: inline-block
}
.social_share_footer .icon-social,
.date_social_wrap .icon-social {
  text-decoration: none;
}
.social_share_footer .bg-linkedin .icon-social {
  padding: 5px 0 6px;
}
.social_share_footer .icon-social {
  background: var(--pe_blue);
  padding: 6px 0 5px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
}
.social_share_footer .icon-social i,
.date_social_wrap .icon-social i {
  font-family: var(--icomoon) !important;
}
.date_social_wrap .icon-social i {
  color: var(--pe_blue);
  font-size: 23px;
}
.social_share_footer .icon-social i {
  color: var(--pe_white);
  font-size: 16px;
}
.social_share_footer .icon-facebook-official:before {
  content: "\f248";
}
.social_share_footer .social-channels li {
  margin-left: 5px;
}
.date_social_wrap .social-channels li {
  margin-right: 0 !important;
  margin-left: 10px;
}
.date_social_wrap .social-channels li:first-child {
  margin-left: 0;
}
.date_social_wrap .left_wrap,
.date_social_wrap .right_wrap {
   padding: 0; 
}
#pe_article li {
  font-size: 18px
}
.the_content > h2 {
  font-style: italic;
}
@media (max-width: 1199.33px) {
  .date_social_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .simple_hero .col {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
}
@media (max-width: 370px) {
  .date_social_wrap .right_wrap {
    display: none;
  }
}