/* Main column width */
.wp-block {
  width: 95%;
  max-width: 1600px;
}
/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
  max-width: 1080px;
}
/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
  max-width: none;
}
.acf-flexible-content .values.ui-sortable {
  display: flex;
}
.acf-block-fields .acf-flexible-content .layout {
  margin-top: 0;
  width: 100%;
}
.acf_content .white-text {
  background-color: #aaa;
}
.acf_content ul {
  list-style: none;
}
.acf_content ul li {
  position: relative;
  padding-left: 25px;
}
.acf_content ul li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 8px;
  color: #094e99;
  position: absolute;
  left: 2px;
  top: 7px;
}
