.dwa-clustericon-1, .dwa-clustericon-2, .dwa-clustericon-3{
  background: transparent url('/esp/img/mapImages/icon_localizacion.png') no-repeat center center;
  background-size: auto 100%;
  color: var(--white);
  font-family: var(--font);
  font-weight: 600;
  font-size: 14px;
  padding-top: 8px;
  width: 50px !important;
  height: 50px !important;
}
.dwa-clustericon-1>div, .dwa-clustericon-2>div, .dwa-clustericon-3>div{
  width:100% !important;
}

@media (max-width: 767px) {
  .formVender .colsForm.step3 > .map {
    height: 300px; /* ajusta si quieres más o menos alto */
    order: 2;       /* hace que el mapa se pinte DESPUÉS del fieldset */
  }
  .formVender .colsForm.step3 > .fieldset {
    order: 1;       /* el fieldset (buscador, lista, botón) se pinta primero */
  }
}