.bg-green {
  background-color: #C9ECC9 !important;
}

.bg-yellow {
  background-color: #FFFFC5 !important;
}

.bg-red {
  background-color: #FFDADA !important;
}

h1 {
  margin: 25px 0;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 1.41;
}

h2 {
  margin: 25px 0;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1.41;
}

.with-logo {
  margin-top: 10px;
  padding-bottom: 10px;
}

.logo {
  img { width: 60px; max-width: 60px !important; }
}

/*.footer-with-logo {*/
/*  margin-top: -10px;*/
/*  img { width: 60px; max-width: 60px !important; }*/
/*}*/



.footer_area .copy_right {
  padding: 20px 0;
}

.footer_area {
  padding-top: 50px !important;
}
.footer_area .footer_inner {
  padding-bottom: 20px;
}

/*************** BLOG ************/

.news_item p, .feature_post p, .slider_caption p {
  font: inherit !important;
}

p, h6, footer {
  font: inherit !important;
}
.resources_list li a {
  font: 400 16px/38px "Poppins", sans-serif !important;
}


.news_post_2 {
  padding-top: 30px;
}

.news_left_sidebar {
  padding-top: 30px !important;
}

.blog-post {

  h1 {display: none; }

  h2 {
    margin: 20px 0;
  }

  h3 {
    margin: 15px 0;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1.41;
    color: #007bff !important;
  }

  ul {
    padding-left: 2rem;
    list-style: normal;
    margin-bottom: 1rem;
  }

  ul li {
    list-style: disc;
  }

  p {
    padding-top: 0px !important;
  }
}

