.c-grid-boxes .field--name-field-key-link {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.c-grid-boxes .field--name-field-key-link > * {
  -webkit-box-flex: 1;
          flex: 1;
  min-width: 48%;
}
@media (min-width: 62em) {
  .c-grid-boxes .field--name-field-key-link > * {
    min-width: auto;
  }
}

.c-grid-boxes .field__item a {
  background: #01426A;
  border-top: 4px solid #A9C23F;
  color: #fff;
  display: block;
  height: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 1.6666666667rem;
}
.c-grid-boxes .field__item a:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='10'%3E%3Cdefs%3E%3Cpath id='a' d='m14.586 4-2.293-2.293A1 1 0 1 1 13.707.293l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 1 1-1.414-1.414L14.586 6H1a1 1 0 1 1 0-2z'/%3E%3C/defs%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cmask id='b'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse xlink:href='%23a' fill-rule='nonzero'/%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M0-4h18v18H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right center;
  display: block;
  height: 1.1111111111rem;
  width: 1.1111111111rem;
  margin-bottom: 0.5555555556rem;
}
.c-grid-boxes .field__item a:hover {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}