.home-solutions{display:grid;gap:32px 6%;grid-template-areas:"text group" "cta group";grid-template-columns:1fr 1fr;padding:32px;position:relative}.home-solutions:before{background:#fff;border-radius:10px;bottom:0;box-shadow:-38px 27px 32px rgb(0 0 0/3%);content:"";height:260px;left:0;max-width:80%;position:absolute;width:600px;z-index:0}.home-solutions-text{grid-area:text;position:relative;z-index:1}.home-solutions-text img.waves{border-radius:50%;height:auto;left:0;opacity:.21;position:absolute;top:0;transform:translate(-50%,-30%);width:126px;z-index:1}.home-solutions-text>svg{float:right;position:relative;top:10px;z-index:1}.home-solutions-text h2{font-size:55px;font-weight:600;letter-spacing:-3px;line-height:1;margin:0 0 8px;position:relative;z-index:2}.home-solutions-text h3{align-items:flex-start;display:flex;font-size:24px;font-weight:500;gap:10px;letter-spacing:-1px;position:relative;z-index:2}.home-solutions-text h3 svg{margin-top:12px}.home-solutions-text p{font-size:16px;font-weight:400;line-height:1.7;margin:0}.home-solutions-group{display:flex;flex-wrap:wrap;gap:32px;grid-area:group;justify-content:center;position:relative;z-index:1}.home-solutions-item{flex:120px;text-align:center}.home-solutions-item h4{font-size:14px;font-weight:600;margin:0}.home-solutions-item-back{border-radius:50%;height:100%;left:0;opacity:.45;position:absolute;top:0;transition:.7s;width:100%;z-index:0}.home-solutions-item-icon{height:126px;margin:0 auto 24px;width:126px}.home-solutions-item-icon,.home-solutions-item-icon figure{align-items:center;display:flex;justify-content:center;position:relative}.home-solutions-item-icon figure{background:#000;border:4px solid #fff;border-radius:50%;height:104px;margin:0;transition:.3s;width:104px;z-index:1}.home-solutions-item-icon figure img{display:block;height:56px;object-fit:contain;width:56px}.home-solutions-item:hover .home-solutions-item-icon figure{transform:scale(1.15)}.home-solutions-item:hover .home-solutions-item-back{transform:scale(1.1)}.home-solutions-cta{grid-area:cta;position:relative;z-index:1}@media screen and (max-width:1100px){.home-solutions{grid-template-areas:"text" "group" "cta";grid-template-columns:1fr}.home-solutions-text{text-align:center}.home-solutions-text>svg{display:none}.home-solutions-text h3{justify-content:center}.home-solutions-text h3 svg{display:none}.home-solutions-cta{display:flex;justify-content:center}}@media screen and (max-width:767px){.home-solutions{gap:48px;padding:0}.home-solutions:before{display:none}.home-solutions-text h3{font-size:30px}}