/* Banner */
.section-entry-content.seo-banner{
  background-color: transparent;
}
@media (min-width: 768px) {
  .section-entry-content.seo-banner .skip-bin .bin-content h1{
    font-size: 26px;
    font-weight: 300;
    color: #81a740;
  }
}
.section-entry-content.seo-banner .skip-bin .bin-content h1{
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-entry-content.seo-banner .skip-bin .bin-content h1{
    font-size: 26px;
    font-weight: 300;
    color: #81a740;
  }
}
.section-entry-content.seo-banner .skip-bin .bin-content h3{
  font-family: 'Montserrat',' Helvetica', 'Arial', 'Lucida', 'sans-serif';
  color: #000000 !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.section-entry-content.seo-banner .skip-bin .button-wrap .form-group .input-group input{
  color: #000000;
}
@media (max-width: 767px) {
  .section-entry-content.seo-banner .skip-bin{
    padding: 0;
  }
  .section-entry-content.seo-banner .skip-bin .skip-wrapper{
    position: absolute;
    top: 30px;
    right: 30px;
    left: 30px;
    bottom: inherit;
  }
  .section-entry-content.seo-banner .skip-bin .bin-content h3{
    font-size: 26px;
    color: #000000;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .section-entry-content.seo-banner .section-image img{
    object-position: left;
  }
}
/* Pagecontent */
.page-content-wrapper{
  padding: 60px 0;
}
.page-content-wrapper h2, .page-content-wrapper h3, .page-content-wrapper h4, .page-content-wrapper p{
  margin-bottom: 20px;
} 
.page-template-template-seo-php .page-content-wrapper h2, .page-template-template-seo-php .page-content-wrapper h3, .page-template-template-seo-php .page-content-wrapper h4{
 text-align: left;
}
/* FAQs */
.faqs .faqs-card p span, .faqs .faq-item p span {
  line-height: 27.2px;
}
.faqs-card, .faq-item {
  margin-top: 23px;
  background-color: #fff;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
  box-shadow: 10px 10px 11px 0 rgba(0, 0, 0, 0.43);
  padding: 27px 30px;
}