/* 50/50 Component */

.fifty-fifty-text>span {
  font-family: var(--font-heading);
  margin-bottom: 17px;
  text-transform: uppercase;
  font-weight: 900;
  color: #C1C1C1;
  letter-spacing: .3em;
  font-size: 18px;
  line-height: 1.3em;
  display: block;
}

.fifty-fifty-text>span::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #C1C1C1;
  margin-top: 30px;
}

.fifty-fifty-text>h2 {
    color:#0097db;
}
