.cont-item.metabox h2 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  display: block;
  background: #26aec0;
  padding: 8px 20px;
  margin-top: 50px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.cont-item.metabox h3 {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #333;
  padding-left: 24px;
  margin-top: 50px;
  position: relative;
}

.cont-item.metabox h3::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  max-width: 16px;
  border: 3px solid #39aec0;
  border-radius: 16px;
  position: absolute;
  top: 8px;
  left: 0;
}
