.trust-objectives {
  margin: 28px 0 20px;
  padding: 28px 30px;
  background: var(--ivory);
  border-left: 3px solid var(--gold);
}

.trust-objectives h3 {
  margin: 0 0 16px;
  font-size: 25px;
}

.trust-objectives ol {
  margin: 0;
  padding-left: 22px;
}

.trust-objectives li {
  margin: 0 0 13px;
  padding-left: 7px;
  color: var(--muted);
}

.trust-objectives li:last-child {
  margin-bottom: 0;
}

.trust-objectives a {
  color: var(--maroon);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #c99b5270;
  text-underline-offset: 3px;
}

.trust-objectives a:hover {
  color: #9a3b34;
}

@media (max-width: 600px) {
  .trust-objectives {
    padding: 23px 22px;
  }
}
