.box-content{padding:1.5rem .25rem;@media screen and (min-width:1100px){padding-left:1rem;padding-bottom:48px;padding-right:1rem;padding-top:48px}}.box-content__container{display:grid;gap:2.5rem;@media screen and (min-width:1100px){grid-template-columns:1fr 2fr}}.box-content__img-container{position:relative;order:2;@media screen and (min-width:1100px){order:1}}.box-content__img{width:100%;display:block;border-radius:1rem}.box-content__content{padding:0 1.25rem;order:1;@media screen and (min-width:1100px){padding-left:3rem;padding-bottom:3rem;padding-right:3rem;padding-top:3rem}}.box-content__title{margin:0 0 .5rem;font-size:clamp(2.25rem,3vw,4rem);line-height:1.1;letter-spacing:-.02em;color:var(--primary-color);@media screen and (max-width:800px){margin-bottom:1.5rem}}.box-content__description{margin:0 0 1.5rem;font-size:clamp(1.2rem,1.5vw,1.25rem);line-height:1.5}.box-content__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(15em,1fr));gap:1rem 1rem;@media screen and (min-width:800px){gap:2rem 1rem}}.box-content__item{display:flex;flex-direction:row;gap:1rem;@media screen and (min-width:800px){flex-direction:column}}.box-content__item-icon{width:2rem;height:2rem;color:var(--primary-color);@media screen and (min-width:800px){width:2rem;height:2rem}}.box-content__item-title{margin:0 0 1rem;font-size:clamp(1.5rem,1.5vw,1.5rem);line-height:1;color:var(--primary-color);@media screen and (max-width:800px){margin-bottom:.5rem}}.box-content__item-description{margin:0;font-size:1rem;line-height:1.5}.find-fit{padding:1.5rem 0;display:grid;@media screen and (min-width:1200px){padding-left:1rem;padding-bottom:48px;padding-right:1rem;padding-top:48px;gap:1rem;grid-template-columns:repeat(2,1fr)}}.find-fit__content{padding:0 1.5rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem;@media screen and (min-width:1200px){padding-left:3rem;padding-bottom:3rem;padding-right:3rem;padding-top:3rem;gap:1.5rem;margin-bottom:0}}.find-fit__title{margin:0;font-size:clamp(2.25rem,3.4vw,4rem);line-height:1.1;letter-spacing:-.02em;color:var(--primary-color)}.find-fit__description{margin:0;font-size:clamp(1.125rem,1.5vw,1.5rem);line-height:1.4}.find-fit__buttons{width:100%;display:flex;flex-wrap:wrap;gap:1.5rem;color:var(--primary-color)}.find-fit__btn{flex-grow:1;flex-basis:20rem}.find-fit__btn-icon{width:1.5rem;transition:transform .2s ease-in}.find-fit__btn--outline{display:flex;align-items:center;gap:.3rem}.find-fit__btn--outline:hover .find-fit__btn-icon{transform:translateX(.5rem)}.find-fit__visual-content{display:flex;flex-direction:column;justify-content:space-between;padding:1rem 0;@media screen and (max-width:768px){padding-left:0;padding-bottom:0;padding-right:0;padding-top:0}}.find-fit__visual-item{flex-basis:20rem;flex-grow:1;border-radius:2rem;padding:1.25rem;display:grid;gap:1rem;background-color:var(--white-color);@media screen and (min-width:1200px){padding-left:2rem;padding-bottom:2rem;padding-right:2rem;padding-top:2rem;grid-template-columns:1fr 1fr}}.find-fit__visual-item:nth-child(2){@media screen and (min-width:1200px){border-radius:0 0 2rem 2rem}}.find-fit__visual-img{background-color:rebeccapurple;border-radius:1rem;@media screen and (min-width:1200px){max-width:18.625rem}}.find-fit__visual-title{margin:0 0 1rem;font-size:clamp(1.5rem,1.5vw,2rem);line-height:1.2;letter-spacing:-.02em}.find-fit__visual-description{margin:0 0 1rem;font-size:1rem;line-height:1.5}.find-fit__visual-download{color:var(--primary-color);font-weight:400;display:flex;align-items:center;gap:.3rem}.find-fit__visual-download:hover .find-fit__btn-icon{transform:translateX(.5rem)}