.formacao__titulo{
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;    
}

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