.bg-cream {
  background: #fcf8ee;
  color: #000;
}
.bg-cream .button.btn-white {
  background: #000;
  color: #fff;
}
.bg-cream .button.btn-white::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg);
}

.bg-azure {
  background: #01465d;
  color: #fff;
}
.bg-azure .button.btn-azure {
  border: 1px solid #fff;
}

.bg-black {
  background: #000;
  color: #fff;
}

.bg-blue-grey {
  background: #202124;
  color: #fff;
}

.bg-grey {
  background: #f2f2f2;
  color: #000;
}

.bg-light-grey {
  background: #f8f8f8;
  color: #000;
}

.bg-mint {
  background: #e2f4f4;
  color: #000;
}

.bg-green,
.bg-dark {
  background: rgb(14, 39, 40);
  color: #fff;
}

.bg-blue {
  background: #0f1f45;
  color: #fff;
}

.bg-brown {
  background: #eae2cf;
  color: #000;
}

.bg-pink {
  background: #ffe1d7;
  color: #000;
}

.bg-white {
  background: #fff;
  color: #000;
}

.bg-green .button,
.bg-dark .button,
.bg-brown .button,
.bg-light-text .button {
  border: 1px solid #fff;
}
.bg-green .button::after,
.bg-dark .button::after,
.bg-brown .button::after,
.bg-light-text .button::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow.svg) !important;
}
.bg-green .button.btn-black,
.bg-dark .button.btn-black,
.bg-brown .button.btn-black,
.bg-light-text .button.btn-black {
  background: #fff !important;
  color: #000 !important;
}
.bg-green .button.btn-black::after,
.bg-dark .button.btn-black::after,
.bg-brown .button.btn-black::after,
.bg-light-text .button.btn-black::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg") !important;
}

.bg-light-text {
  color: #fff !important;
}
.bg-light-text .button {
  color: #fff !important;
}

main .wp-block-acf-image-with-links h2 {
  padding-bottom: 30px;
}
main .wp-block-acf-image-with-links .link {
  width: 100%;
}
main .wp-block-acf-image-with-links .link:last-child {
  border-bottom: 1px solid #0f1f45;
}
main .wp-block-acf-image-with-links .link .link-arrow {
  width: 100%;
  padding: 6px 0;
  border-top: 1px solid #0f1f45;
  display: block;
  text-decoration: none;
  color: #0f1f45;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .wp-block-acf-image-with-links .link-set-2 {
  margin-top: 60px;
}/*# sourceMappingURL=image-with-links.css.map */