.section-three{align-items:center;display:grid;gap:6rem;grid-template-columns:repeat(2,1fr);overflow:hidden;position:relative}.section-three:before{width:50%;z-index:1}.section-three:after,.section-three:before{bottom:0;content:"";position:absolute;top:0}.section-three:after{width:10%;z-index:2}.section-three.yellow{background:#feb6000d}.section-three.green{background:#0b4f5a0d}.section-three.normal.grid_white:before{background-image:linear-gradient(90deg,rgba(0,0,0,.05) 1px,#f7f7f708 0),linear-gradient(180deg,rgba(0,0,0,.05) 1px,#fff 0);background-size:45px 45px;right:0}.section-three.normal.grid_white:after{background:linear-gradient(270deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 50%,#fff);right:50%;transform:translateX(100%)}.section-three.invert.grid_white:before{background-image:linear-gradient(90deg,rgba(0,0,0,.05) 1px,#f7f7f708 0),linear-gradient(180deg,rgba(0,0,0,.05) 1px,#fff 0);background-size:45px 45px;left:0}.section-three.invert.grid_white:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 50%,#fff);left:50%;transform:translateX(-100%)}.section-three .section-three-image{bottom:-1rem;max-width:100%;position:absolute;width:100%}.section-three.normal .section-three-image{left:0}.section-three.invert .section-three-image{display:flex;justify-content:end;right:0}.section-three .card,.section-three .image{max-width:600px;padding:10rem 2rem;position:relative;width:95%;z-index:9}.section-three .image{margin-left:auto}.section-three .card{margin-right:auto}.section-three.invert .image{margin-left:unset;margin-right:auto}.section-three.invert .card{margin-left:auto;margin-right:unset}.section-three.invert .wrapper-image{grid-column-end:3;grid-column-start:2;grid-row-end:1;grid-row-start:1;margin-left:unset;margin-right:auto}.section-three.invert .wrapper-card{grid-column-end:2;grid-column-start:1;grid-row-end:1;grid-row-start:1;margin-left:auto;margin-right:unset}.section-three .image svg{height:auto;width:100%}.section-three .card{display:flex;flex-direction:column;gap:2rem}@media (max-width:920px){.section-three{display:flex;flex-direction:column}.section-three .wrapper-image{position:relative;width:100%}.section-three .wrapper-card .card,.section-three .wrapper-image .image{margin:0 auto}.section-three.invert{flex-direction:column-reverse}.section-three .card{margin:0 auto;width:70%}}@media (max-width:600px){.section-three .card{margin:0 auto;width:100%}}