.solution-section{background:var(--color-dark-blue);color:#fff;position:relative}.solution-section .container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.solution-content,.solution-content h2{margin-bottom:60px;text-align:center}.solution-content h2{color:#fff;font-size:42px;font-weight:800}.solution-grid{grid-gap:30px;display:grid;grid-template-columns:repeat(1,1fr);margin:0 auto;max-width:1000px}@media screen and (min-width:768px){.solution-grid{grid-template-columns:repeat(3,1fr)}}.solution-step{background:#fff;border-radius:0;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden;position:relative;text-align:center;transition:all .3s ease}.solution-step:hover{box-shadow:0 8px 25px rgba(0,0,0,.12);transform:translateY(-5px)}.solution-step__image{align-items:center;background:linear-gradient(135deg,var(--color-tertiary) 0,var(--color-secondary) 100%);display:flex;height:200px;justify-content:center;overflow:hidden;position:relative;width:100%}.solution-step__image img{height:100%;object-fit:cover;width:100%}.solution-step__image:not(:has(img)):before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDYwIDYwIj48cmVjdCB3aWR0aD0iNDAiIGhlaWdodD0iMzAiIHg9IjEwIiB5PSIxNSIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjMpIiBzdHJva2U9IiM0MTg4YmMiIHN0cm9rZS13aWR0aD0iMiIgcng9IjQiLz48Y2lyY2xlIGN4PSIyMiIgY3k9IjI4IiByPSI0IiBmaWxsPSIjNDE4OGJjIi8+PHBhdGggZmlsbD0iIzQxODhiYyIgZD0iTTE1IDQwaDMwbC01LTVoLTVsLTUtNS01IDUtNS01eiIvPjwvc3ZnPg==");background-repeat:no-repeat;background-size:contain;content:"";height:60px;left:50%;opacity:.6;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px}.solution-step__content{padding:30px}.solution-step__content h3{color:var(--color-dark-blue);font-size:24px;font-weight:800;margin-bottom:16px}.solution-step__content p{color:var(--color-dark-blue);font-family:Raleway,sans-serif;font-size:1rem;font-weight:300;line-height:28px}@media screen and (min-width:768px){.solution-step__content p{font-size:1.125rem;line-height:32px}}.solution-cta{margin-top:50px;text-align:center}.solution-cta-button{align-items:center;background:var(--color-green);border:2px solid var(--color-green);color:#fff;cursor:pointer;display:inline-flex;font-size:18px;font-weight:600;padding:18px 35px;position:relative;text-align:center;text-decoration:none;transition:color .15s linear;white-space:normal}.solution-cta-button:focus,.solution-cta-button:hover{background:transparent;color:var(--color-green)}.solution-cta-button .button__icon{display:block;height:1.25rem;margin-right:12px;width:1.25rem;fill:currentColor}@media (max-width:768px){.solution-content h2{font-size:32px}.solution-step__image{height:160px}.solution-step__content{padding:25px 20px}.solution-step__content h3{font-size:20px}}