.equipamentos-listagem{
  display: flex;
  flex-direction: column;
  justify-content: space-between;  
}

.equipamentos .tipo {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: var(--color-01);
}

.equipamentos .tipo img {
  max-width: 90%;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 0 0 30px 0;
}

.equipamentos .tipo h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: var(--color-02);
}

.equipamentos .tipo p {
  padding-top: 10px;
  font-size: 14px;
  color: var(--color-02);
}