div.styles4 .widget,
.widget--basket-link {
    text-align: center;
}
div.styles5 .widget__heading {
   text-align: center;
}
/* Hide the postcode block (the second .form__control) */
.widget--directory-search .form__control.form__control--append.js-question:nth-of-type(2) {
  display: none;
}

/* Hide any "Advanced search" link with any directory ID 
   by matching the URL that starts with "/directory/search?directoryID=" */
.widget--directory-search a.button.button--primary[href^="/directory/search?directoryID="] {
  display: none;
}
div.styles1 .services__grid-cell {
   max-width: 80%;
}
div.styles3 .services__grid-cell {
   max-width: 80%;
}
