/* DIAGNOSTICO — "Vamos começar pelo diagnóstico?" */
.diagnostico {
  background-color: #009c9c;
  padding: 100px 0;
  text-align: center;
}
.diagnostico__tit {
  font-size: 55px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-wrap: balance;
}
.diagnostico .cta {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 28px;
}

@media (max-width: 1100px) { .diagnostico__tit { font-size: 44px; } }
@media (max-width: 768px) { .diagnostico__tit { font-size: 34px; margin-bottom: 30px; } }
@media (max-width: 450px) { .diagnostico__tit { font-size: 28px; } .diagnostico .cta { font-size: 15px; } }
