.contato__subtitulo{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

@media screen and (max-width: 768px) {
  .contato__subtitulo{
    font-size: 14px;
  }
}