@media (max-width: 1023px) {
  /* Tipo 1 */
  .hero-type-1 .field--name-field-icons>.field__item:nth-child(1),
  .hero-type-1 .field--name-field-icons>.field__item:nth-child(1) * {
    min-width: 32px;
  }
  .hero-type-1 .field--name-field-icons>.field__item:nth-child(2),
  .hero-type-1 .field--name-field-icons>.field__item:nth-child(2) * {
    min-width: 30px;
  }
  .hero-type-1 .field--name-field-icons>.field__item:nth-child(3),
  .hero-type-1 .field--name-field-icons>.field__item:nth-child(3) * {
    min-width: 78px;
  }

  /* Tipo 2 */
  .hero-type-2 .field--name-field-icons>.field__item,
  .hero-type-2 .field--name-field-icons>.field__item * {
    min-width: 36px;
  }

  /* Tipo 3 */
  .hero-type-3 .field--name-field-icons>.field__item,
  .hero-type-3 .field--name-field-icons>.field__item * {
    min-width: 72px;
  }

  /* Tipo 4 */
  .hero-type-4 .field--name-field-icons>.field__item:nth-child(1),
  .hero-type-4 .field--name-field-icons>.field__item:nth-child(1) * {
    min-width: 36px;
  }
  .hero-type-4 .field--name-field-icons>.field__item:nth-child(2),
  .hero-type-4 .field--name-field-icons>.field__item:nth-child(2) * {
    min-width: 39px;
  }
}

 