.circles{display:grid;gap:15px;overflow:hidden;grid-template-columns:repeat(2,1fr)}@media (min-width:990px){.circles{grid-template-columns:repeat(4,1fr);gap:30px}}.circles__item{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:15px;padding:.75em;font-family:The Seasons;text-decoration:none;text-align:center;overflow:hidden;box-shadow:inset 0 0 0 1.5px #856f59;aspect-ratio:1;border-radius:100vw;transition:background .3s}.circles__item:before{content:"";display:inline-block;background-repeat:no-repeat;background-position:50%;background-size:contain;-ms-flex-negative:0;flex-shrink:0;background-image:url(/wp-content/themes/via-annelies/assets/images/arrow-right.svg);border-radius:100vw;height:20px;width:20px}@media (min-width:990px){.circles__item:before{height:25px;width:25px}}@media (max-width:768px){.circles__item{word-break:break-word;overflow-wrap:anywhere;-ms-hyphens:auto;hyphens:auto}}@media (min-width:990px){.circles__item{font-size:120%;padding:2.5em}}.circles__item:hover{background:#f3f0e9;transition:background .3s}