.boxes > div p {
margin: 0rem !important;
}

@media only screen and (max-width: 1023px) {
  .header-user {
    visibility: hidden;
  }
}

@media only screen and (min-width: 1024px) {
  .header-user {
    display: none !important;
  }
}

.map__outlet-time
{
    display: none !important;
}

.locator__fieldset--postcode{
    display: none;
}


#contactFF legend {
    display: none;
}