.sobre__titulo{
  font-weight: bold;
  font-size: 38px;
  line-height: 44px;
}

@media screen and (max-width: 768px) {
  .sobre__titulo{
    font-size: 22px;
    line-height: 26px;
  }
}