
.checklist-acf ul.acf-checkbox-list.acf-hl {
    display: flex;
    flex-flow: wrap;
    justify-content: right;
    flex-direction: column;
    height: 450px;
    width: 100%;
    overflow: auto;
    margin: 0 0 10px 0;
    font-size: 14px;
}

/* Box infos */
.box-info {
  background: #ece03c60;
  border-radius: 8px;
  padding: 20px 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 45px;
}
.box-info i {
  font-size: 40px;
  color: #171b24;
}
.box-info strong {
  font-weight: bold;
  color: #171b24;
}
.box-info p:last-child {
  margin-bottom: 0;
}
/* Box Icon */
.box-icon {
  background: #0f3446;
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 150px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 35px;
}
.box-icon.small {
  width: 60px;
  height: 60px;
  font-size: 24px;
}
.box-icon.large {
  width: 100px;
  height: 100px;
  font-size: 40px;
}
.box-icon.xl {
  width: 150px;
  height: 150px;
  font-size: 60px;
}
.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.alignfull {
  width: 100%;
  margin: 0;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}


/* Box List Icon */
.box-list-icon {
  margin-bottom: 25px;
}
.box-list-icon li {
  list-style-type: none;
}
.box-list-icon li i {
  color: #c08600;
  margin-right: 5px;
}


/* Box title */
.box-title {
  margin-bottom: 45px;
}
.box-title .section-subtitle {
  color: #b68e31;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.box-title .section-title {
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 700;
  color: #2c2c2c;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.box-title .section-title h2 {
  font-size: 36px;
}



.faq_area {
  margin-top: 45px;
}
.faq_area .section_title span {
  color: #c08600;
}
.faq_area .accordion-button:not(.collapsed) {
  color: white;
  background-color: #c08600;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}


@media (max-width: 575px) {
  .box-title .section-subtitle {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
  }
  .box-title .section-title h2 {
    font-size: 26px;
  }

}
