.section-title {
  color: var(--pantone-546);
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: var(--pantone-313);
}
.promise-item {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
.promise-icon {
  color: var(--pantone-313);
  font-size: 1.5rem;
  margin-right: 15px;
  flex-shrink: 0;
}
.promise-text h4 {
  color: var(--pantone-546);
  margin-bottom: 10px;
  font-weight: 700;
}
.promise-text p {
  color: var(--pantone-546);
  opacity: 0.8;
}
