

.content p {
  margin-bottom: 32px !important;
}

.content h1, .content h2 {
  margin-bottom: 10px;
}

.content h3 {
    margin-bottom: 20px;
}

.mobile_menu_button {
    float: right;
    margin: 0 0 0 20px;
}

div.wpb_wrapper div.wpb_text_column.wpb_content_element div.wpb_wrapper ul {
  list-style-position: outside;
  margin-left:24px;
 list-style: none; /* Remove default bullets */
}

div.wpb_wrapper div.wpb_text_column.wpb_content_element div.wpb_wrapper ul li {
  line-height: 32px;
}

div.wpb_wrapper div.wpb_text_column.wpb_content_element div.wpb_wrapper ul li::before {
  content: '■';
  color: #ccc;
  padding-right: 8px;
  width: 16px; /* Also needed for space (tweak if needed) */
  margin-left: -24px; /* Also needed for space (tweak if needed) */
}

@media only screen and (max-width:600px) {
.vc_row.full_screen_section, .full_screen_section_slide {
    padding: 0;
}
}