#content h2.section-title {
  padding-left: 0;
}

.section-title {
  margin: 32px 0 16px 0;
  display: flex;
  align-items: center;
}
.section-title span {
  font-size: 22px;
  font-weight: 700;
}
.section-title svg {
  width: 30px;
  height: 30px;
  color: #6caa17;
  flex-shrink: 0;
}

div.decorated-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
div.decorated-with-icon svg {
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
}

a.decorated-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
a.decorated-with-icon svg {
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
}

a.tel-form-failed {
  color: red;
  font-size: 1.4em;
  font-weight: 700;
  margin: 0 4px;
}
