.compliance-section {
  color: #fff;
  padding: 60px 0 30px 0;
  text-align: left;
}

.compliance-columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 30px auto;
  gap: 60px;
}

.compliance-left,
.compliance-right {
  flex: 1 1 0;
}
.compliance-right {
  align-self: flex-end;
}

.compliance-divider {
  width: 2px;
  background: #d9d9d9;
  height: 408px;
  margin: 0 40px;
  align-self: center;
}

.compliance-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  margin-top: 24px;
}

.compliance-header:first-child {
  margin-top: 0;
}

.compliance-bar {
  display: inline-block;
  width: 82px;
  height: 30px;
  background: #e4b056;
  margin-right: 10px;
  border-radius: 2px;
}

.compliance-title {
  font-size: 24px;
  font-weight: bold;
  color: #e4b056;
  white-space: nowrap;
  margin-right: 8px;
}
.compliance-title small {
  font-size: 14px;
  font-weight: 600;
  color: #e4b056;
  margin-right: 8px;
}

.compliance-desc {
  font-size: 15px;
  color: #e4b056;
  opacity: 0.8;
}

.compliance-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.compliance-list li {
  font-size: 20px;
  margin-bottom: 4px;
  color: #fff;
}

.compliance-contact {
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
  color: #fff;
}

.compliance-contact a {
  color: #3fa7e0;
  text-decoration: none;
  font-size: 22px;
  margin-left: 8px;
}

.title-underline {
  font-size: 30px;
  font-weight: bold;
  color: #bfa05a;
  border-bottom: 10px solid #bfa05a;
  margin-bottom: 16px;
  width: fit-content;
}
.title-underline-container {
  width: 80%;
}
.description-text {
  font-size: 22px;
  color: #fff;
  line-height: 150%;
}
