section.home-module{display:flex;flex-direction:row;min-height:calc(100dvh - 6.75rem)}@media (max-width:1024px){section.home-module{flex-direction:column}}section.home-module .text-content{display:flex;flex-direction:column;flex-shrink:0;gap:2.75rem;justify-content:center;padding:5rem;width:58.3333333333%}@media (max-width:1024px){section.home-module .text-content{width:100%}}@media (max-width:620px){section.home-module .text-content{gap:1.5rem;padding:3rem 2rem}}section.home-module .text-content .sm-text{font-weight:700}section.home-module .image-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:4.25rem;position:relative;width:100%}@media (max-width:620px){section.home-module .image-wrapper{padding:4.25rem 2.75rem}}section.home-module .image-wrapper .image{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}section.home-module .image-wrapper .image img{height:100%;object-fit:cover;width:100%}section.home-module .image-wrapper .card{height:fit-content;position:relative;width:100%;z-index:2}section.home-module .image-wrapper .card.green{--card-color:#32c4a8}section.home-module .image-wrapper .card.blue{--card-color:#2fb9e4}section.home-module .image-wrapper .card.pink{--card-color:#d83886}section.home-module .image-wrapper .card.yellow{--card-color:#f9e11e}section.home-module .image-wrapper .card:after,section.home-module .image-wrapper .card:before{background-color:var(--card-color);content:"";left:-1.25rem;position:absolute;top:-1.25rem;z-index:1}section.home-module .image-wrapper .card:before{height:calc(100% - 5.5rem);width:calc(100% + 2.5rem)}section.home-module .image-wrapper .card:after{height:calc(100% + 2.5rem);width:calc(100% - 2.5rem)}section.home-module .image-wrapper .card .card-content{background-color:#fff;display:flex;flex-direction:column;gap:1rem;height:fit-content;padding:3.5rem;position:relative;width:100%;z-index:2}@media screen and (max-width:620px){section.home-module .image-wrapper .card .card-content{padding:2rem}}