.block-full-width-links,
.block-full-width-links-grey {
  padding: 40px 0;
}
.block-full-width-links-grey {
  background-color: var(--grey-06);
}
.support {
  justify-self: center;
  align-self: center;
  text-align: center;
}
.support .eyebrow {
  padding-bottom: 12px;
}
.block-full-width-links ul li,
.block-full-width-links-grey ul li {
  justify-self: center;
  align-self: center;
  list-style-type: none;
  text-decoration: none;
  border-top: 1px solid var(--grey-05);
}

.block-full-width-links ul li:last-child,
.block-full-width-links-grey ul li:last-child {
  border-bottom: 1px solid var(--grey-05);
}

.block-full-width-links ul li a,
.block-full-width-links-grey ul li a {
  text-decoration: none;
  display: flex;
  color: var(--grey-01);
}

.block-full-width-links a .help-menu-item-heading,
.block-full-width-links-grey a .help-menu-item-heading {
  line-height: 69px;
  margin-bottom: 0;
  width: -webkit-fill-available;
}

.block-full-width-links-grey ul li a:hover .help-menu-item-heading {
  color: var(--acBlueShade);
}

.block-full-width-links-grey ul li a:hover img {
  filter: invert(43%) sepia(70%) saturate(465%) hue-rotate(138deg) brightness(86%) contrast(95%);
}
.block-full-width-links ul li a,
.block-full-width-links-grey ul li a,
.block-full-width-links-grey ul li a:hover .help-menu-item-heading ,
.block-full-width-links-grey ul li a:hover img {
  -webkit-transition: color ease-in-out 0.5s;
  -moz-transition: color ease-in-out 0.5s;
  -o-transition: color ease-in-out 0.5s;
  transition: color ease-in-out 0.5s;
}

@media (min-width: 768px) {
  .support {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .block-full-width-links,
  .block-full-width-links-grey {
    padding: 96px 0;
}
}
