.c-solves__container{display:grid;column-gap:20px;row-gap:0;grid-template-columns:repeat(4,1fr)}@media(min-width:48em){.c-solves__container{row-gap:0;grid-template-columns:repeat(12,1fr)}}@media(min-width:64em){.c-solves__container{column-gap:24px}}.c-solves__column{grid-column:1 / span 4}@media(min-width:48em){.c-solves__column{grid-column:1 / span 12}}@media(min-width:64em){.c-solves__column{position:relative;height:100%;grid-column:2 / span 5}}.c-solves__title{grid-column:1 / span 4}@media(min-width:48em){.c-solves__title{grid-column:1 / span 12}}@media(min-width:64em){.c-solves__title{grid-column:2 / span 5}}.c-solves__title h2{font-weight:700;font-size:24px;line-height:33px;margin-bottom:57px}@media(min-width:48em){.c-solves__title h2{font-size:33px;line-height:48px;margin-bottom:72px}}@media(min-width:64em){.c-solves__title h2{font-size:33px;line-height:48px}}.c-solves__problems{display:block;list-style:none;padding:0;margin-bottom:0;grid-column:1 / span 4}@media(min-width:48em){.c-solves__problems{grid-column:1 / span 12}}@media(min-width:64em){.c-solves__problems{position:relative;height:100%;grid-column:7 / span 5}}.c-solves__problem{display:block;margin-bottom:45px;padding-left:0}@media(min-width:48em){.c-solves__problem{margin-bottom:60px}}@media(min-width:64em){.c-solves__problem{position:relative;height:100vh;max-height:530px;width:100%;display:flex;align-items:center;justify-content:space-around;margin-bottom:0}}.c-solves__problem:last-child{margin-bottom:0}.c-solves__problem__inner{display:flex;flex-direction:column}.c-solves__problem-title{font-weight:700;font-size:24px;line-height:33px;color:var(--green-700)}.c-solves__problem-img{display:block;max-width:375px;flex-shrink:0;margin-right:60px}.c-solves__problem-img picture{display:block}.c-solves__problem-img img{width:100%}@media(min-width:48em){.c-solves__problem-title{font-size:33px;line-height:48px}}@media(min-width:64em){.c-solves__problem-title{font-size:33px;line-height:48px}.c-solves__problem-img{display:none}}.c-solves__cta{margin-top:30px}.c-solves__img{display:none}@media(min-width:64em){.c-solves__img{display:flex;align-items:center;justify-content:center;position:relative;width:100%;max-width:535px;height:530px}.c-solves__img picture{display:block;width:100%;opacity:0;transform:scale3D(0.95,0.95,0.95);transition:opacity .2s cubic-bezier(0.66,0.01,0.18,0.99),transform .4s ease-in-out}.c-solves__img img{width:100%}.c-solves__img.active picture{opacity:1;transform:scale3D(1,1,1)}}