.section-title {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 40px 0;
  text-transform: uppercase;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.section-title span {
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
  color: #4d4d4d;
}