.vc_row {
    width:100%;
    max-width: 1400px;
    margin:auto !important;
}

.entry-content .vc_row {
    max-width:1080px;
}


.vc_section {
    padding:70px 35px 50px !important;
    margin:0px !important;
}

@media (max-width:1023px) {
   
    .vc_section {
        padding:35px 35px 25px !important;
        margin:0px !important;
    }

}
@media (max-width:767px) {
   
    .vc_section {
        padding:35px 10px 15px !important;
        margin:0px !important;
    }

}

/*
.vc_inner .vc_column_container>.vc_column-inner {
    padding:0px !important;
}
*/

@media only screen and (max-width: 1024px) {
  .tablet-reverse.vc_rtl-columns-reverse { 
      flex-direction:column-reverse;
      display:flex;
  }
}
@media only screen and (max-width: 767px) {
  .vc_rtl-columns-reverse { 
      flex-direction:column-reverse;
      display:flex;
  }
}

.vc_toggle_default .vc_toggle_icon,
.vc_toggle_default .vc_toggle_icon::before, 
.vc_toggle_default .vc_toggle_icon::after {
    background: #FBAC42;
    border:none !important;
}
.wpb_content_element.vc_separator {
    margin-bottom:20px;
    margin-top:0px;
}