.illustration-large, .illustration-small { width: 100%; }
.illustration-large { display: block; }
.illustration-small { display: none; }

@media only screen and (max-width: 767px) {
  .illustration-large { display: none; }
  .illustration-small { display: block; max-width: 460px; margin: 0 auto 40px; }
}

.consultoria-servicos li {
  display: flex;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.consultoria-servicos-icone {
  margin-right: 10px;
  margin-top: 3px;
}


@media only screen and (max-width: 767px) {
  .consultoria .button {
    width: 100%;
  }
}