.image-boxes{background-color:var(--color-light)}.image-boxes__container{position:relative}@media (min-width:1200px){.image-boxes__content.swiper{margin-left:2rem;margin-right:2rem;padding-bottom:1rem;padding-top:1rem}}.image-boxes__wrapper{display:grid;gap:3rem;grid-template-columns:repeat(auto-fill,min(100%,37rem));justify-content:center;margin-left:auto;margin-right:auto}@media (min-width:1200px){.image-boxes__wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}}.image-boxes__box{background-color:#fff;border-radius:1.25rem;color:var(--color-dark);display:flex;flex-direction:column;font-weight:300;justify-content:space-between;max-width:37rem;min-height:28rem;padding:4rem 3rem;row-gap:1rem}.image-boxes__box--text-first{flex-direction:column-reverse}.image-boxes__box.swiper-slide{height:auto;max-width:none}.image-boxes__text{font-size:3.5rem;font-weight:700;text-align:center;transition:font-size .5s}.image-boxes__image{background-color:var(--color-vertical);margin-left:auto;margin-right:auto;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;max-height:100%;max-width:100%;min-height:13rem;min-width:18rem}.image-boxes__swiper-button{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.image-boxes__swiper-button--prev{left:0}.image-boxes__swiper-button--next{right:0;transform:translateY(-50%) rotate(180deg)}.image-boxes--white{background-color:#fff}.image-boxes--white .image-boxes__box{background-color:var(--color-light)}.image-boxes--hover .image-boxes__box:focus,.image-boxes--hover .image-boxes__box:hover{box-shadow:0 5px 9px rgba(0,0,0,.161);text-decoration:underline}.image-boxes--hover .image-boxes__box:focus .image-boxes__text,.image-boxes--hover .image-boxes__box:hover .image-boxes__text{font-size:3.3rem;transition:font-size .5s}