.reusable-faq-list {
  border-top: 1px solid #1f3b4d;
}

.faq-item {
  border-bottom: 1px solid #1f3b4d;
}
.Blue .faq-item {
    border-color: #fff;
}
/* HEADER */
.faq-header {
  width: 100%;
  background: none;
  border: 0;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}

.faq-title {
  font-size: 22px;
  font-weight: 600;
  color: #1f3b4d;
  font-family: "FreightBig Pro";
}

/* ICON */
.faq-icon {
  width: 32px;
  height: 32px;
  border: 2px solid #1f3b4d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-plus,
.icon-minus {
  font-size: 20px;
  line-height: 1;
  color: #1f3b4d;
}
.Blue .faq-icon {
    border-color: #fff;
}
.Blue .icon-minus,
.Blue .icon-plus {
    color: #fff;
}

/* CONTENT */
.faq-content {
  padding: 0 0 24px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #1f3b4d;
  /*max-width: 900px;*/
}

/* ACTIVE STATE */
.faq-item.active .faq-title {
  font-weight: 700;
}
.reusable-faq h2 {
  text-align: center;
}
.Cream {
  background: #edeae3;
}
.Cream h2,
.Cream p,
.Cream a,
.Cream button span {
  color: #09334a;
}
.Blue {
  background: #09334a;
}
.Blue h2,
.Blue p,
.Blue a,
.Blue button span {
  color: #fff;
}
