section.form .wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column-reverse;flex-wrap:auto}section.form .wrapper:first-child{background:#E5EA98;border-radius:24px;overflow:hidden}section.form .wrapper:last-child{margin-top:32px}section.form .wrapper .blocks{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:auto;gap:24px;width:100%}section.form .wrapper .blocks .block{width:100%;background:#145F48;border-radius:16px;padding:24px}section.form .wrapper .blocks .block.address p{white-space:break-spaces}section.form .wrapper .blocks .block .title{display:flex;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:auto;gap:16px;margin-bottom:24px}section.form .wrapper .blocks .block .title h4{color:#fff}section.form .wrapper .blocks .block .title .icon{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:auto;background:#2AA048;width:60px;height:60px;border-radius:60px}section.form .wrapper .blocks .block .title .icon svg{width:32px}section.form .wrapper .blocks .block .socials{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:auto;gap:8px;margin-top:16px}section.form .wrapper .blocks .block .socials a{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:auto;background:#2AA048;width:35px;height:35px;border-radius:35px;padding:5px;transition:background .3s ease}section.form .wrapper .blocks .block .socials a:hover{background:#E5EA98}section.form .wrapper .blocks .block .socials a:hover svg path{fill:#145f48}section.form .wrapper .blocks .block .socials a svg{width:16px}section.form .wrapper .blocks .block .socials a svg path{transition:all .3s ease}section.form .wrapper .blocks .block p,section.form .wrapper .blocks .block p *{color:#fff}section.form .wrapper .image{aspect-ratio:2/1;width:100%;overflow:hidden}section.form .wrapper .content{padding:24px}section.form .wrapper .content .logos{display:flex;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:auto;margin-bottom:42px}section.form .wrapper .content .logos .logo{max-width:200px;width:100%}section.form .wrapper .content .logos .logo img{width:100%;height:100%;object-fit:contain;object-position:center}section.form .wrapper .content .logos .icon{display:none;max-width:77px;aspect-ratio:1/1;overflow:hidden;border-radius:77px;background:#145F48;padding:12px}@media only screen and (min-width: 992px){section.form .wrapper{flex-direction:row;align-items:flex-start}section.form .wrapper:last-child{margin-top:64px}section.form .wrapper .blocks{flex-direction:row}section.form .wrapper .blocks .block{align-self:stretch;width:33%;padding:32px}section.form .wrapper .blocks .block p,section.form .wrapper .blocks .block p *{font-size:1.125rem;font-weight:600}section.form .wrapper .image{flex-basis:41%;align-self:stretch}section.form .wrapper .image img{width:100%;height:100%;object-fit:cover;object-position:center}section.form .wrapper .content{flex-basis:59%;padding:48px}section.form .wrapper .content .logos .icon{display:block}}
