.panel.bg-light-gray{background:linear-gradient(0deg,rgba(121,118,101,.2),hsla(210,3%,86%,.2))}.panel .wrapper{display:flex;gap:100px;margin:0 auto;max-width:1240px;padding:150px 40px}.panel .wrapper.image-left .image{order:1;width:500px}.panel .wrapper.image-right .image{order:2;width:560px}.panel .wrapper .image.narrow{width:440px}.panel .image img{border-radius:20px;display:block;height:100%;max-width:100%;object-fit:cover;object-position:center;width:100%}.panel .image img.mobile{display:none}.panel .wrapper.image-left .text{order:2;padding:40px 0;width:560px}.panel .wrapper.image-right .text{order:1;padding:40px 0;width:500px}.panel .wrapper:has(.image.narrow) .text{width:660px}.panel .text h2{margin-bottom:14px}.panel .text p{font-weight:400;margin-bottom:19px}.panel .text .button{background:var(--color-green);border-radius:50px;border-width:0;color:#fff;display:inline-block;font-size:18px;font-weight:600;line-height:24px;margin:0 auto;padding:15px 25px;transition:background-color .5s}.panel .text .button:after{content:"+";display:inline-block;margin-left:5px;transition:transform .5s}.panel .text .button:hover{background:var(--color-blue,#378494)}.panel .text .button:hover:after{transform:rotate(45deg)}.panel .text ul{margin-bottom:0}.panel .text ul.two-columns{column-count:2}.panel .text ul li{display:block;margin-bottom:15px;padding-left:16px;position:relative}.panel .text ul li:before{left:0;position:absolute;top:0}.panel .text ul li a{color:#000;text-decoration:underline}.panel .text ul li a:hover{text-decoration:none}.panel .text ul li:last-child{margin-bottom:0}.panel .text .button{margin-top:10px}@media (max-width:1024px){.panel .wrapper{flex-direction:column;gap:40px;padding:100px 30px}.panel .wrapper.image-left .image,.panel .wrapper.image-right .image{aspect-ratio:340/260;order:1;width:100%!important}.panel .wrapper.image-left .text,.panel .wrapper.image-right .text{order:2;padding:0;width:100%!important}.panel .text ul.two-columns{columns:initial}.panel .image:has(img.mobile) img.desktop{display:none}.panel .image img.mobile{display:block}}