/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

h6 {
  letter-spacing: -.3px;
}

h1, h2, h3, h4, h5 {
  letter-spacing: -1px;
  font-weight: 600!important;
}

.mwb-accordion {
  padding-left: 100px;
  padding-right: 150px;
}

@media (max-width: 480px) {
  .mwb-accordion {
  padding-left: 10px!important;
  padding-right: 10px!important;
}