/* Ícones da metodologia DAET */
.icon-diagnostic {
  background-image: url('../images/ihb_icon_1 - s: fundo_trimmed.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 18px;
}
.icon-architecture {
  background-image: url('../images/ihb_icon_2 - s: fundo_trimmed.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 18px;
}
.icon-execution {
  background-image: url('../images/ihb_icon_3 - s: fundo_trimmed.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 18px;
}
.icon-traction {
  background-image: url('../images/ihb_icon_4 - s: fundo_trimmed.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 18px;
}
.whatsapp-icon {
  width: 30px;
  height: 30px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
