  .paragraph--type--yellow-links .field__item a {
  text-decoration: none;
  font-family: GalaxiePolaris;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.1698rem;
  margin-top: 1.8rem;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-top: 0px;
  position: relative;
  background: #F4B223;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 3.2px;
  font-weight: 900;
  line-height: 1.625rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.8rem;
  color: #161729;
  padding: 3rem 1rem;
  box-shadow: 2px 4px 4px rgba(15, 15, 15, 0.5);
}
.paragraph--type--yellow-links .field__item a:after {
  content: '';
  position: absolute;
  right: -2.2rem;
  top: 0.2rem;
  width: 20px;
  height: 20px;
  display: block;
  background: url('/themes/custom/u_pacific/images/orange-arrow-min.png') center center no-repeat;
  background-size: 100% auto;
}
.paragraph--type--yellow-links .field__item a:hover {
  text-decoration: none;
  color: #E65300;
}
.paragraph--type--yellow-links .field__item a:before {
  font-family: 'Font Awesome 6 Sharp';
  font-size: 48px;
  content: '\f86c';
  color: #0F0F0F;
  position: absolute;
  left: -1.8rem;
  right: unset;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.paragraph--type--yellow-links .field__item a:after {
  all: unset;
}
@media only screen and (min-width: 992px) {
  .paragraph--type--yellow-links .field__item a {
    margin-left: 3rem;
  }
}
.paragraph--type--yellow-links .field__item a:hover {
  color: white;
  text-decoration: none;
  background: #001028;
}
.paragraph--type--yellow-links .field__item a:hover:before {
  color: #F4B223;
}
.paragraph--type--yellow-links .field__item a span.text {
  display: inline-block;
  max-width: 28ch;
}
@media (min-width: 460px) {
  .paragraph--type--yellow-links .field__item a span.text {
    max-width: 46ch;
  }
}
