.nwcsp_1_col .nwcsp_item_button_group:has(.nwcsp_item_button.emphasised:only-child) {
  margin-top: 5rem;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .nwcsp_1_col .nwcsp_item_button_group:has(.nwcsp_item_button.emphasised:only-child) {
    margin-top: 2.5rem;
  }
}
.nwcsp_1_col .nwcsp_item_button_group:has(.nwcsp_item_button.emphasised:only-child) a {
  font-size: 1rem;
  line-height: 1.5555555556em;
  padding: 1.25em 2.5em;
  display: flex;
}
.nwcsp_1_col .nwcsp_item_button_group:has(.nwcsp_item_button.emphasised:only-child) a:not(:hover) {
  background-color: #580f0f;
  color: #fff;
}
