.boxes-wrapper{display:flex;flex-wrap:wrap;flex-direction:row;gap:30px;padding:60px 0}.boxes-wrapper .box-wrapper{width:calc(33% - 20px);border-radius:30px;background:#fff;padding:30px;position:relative;transition:.3s ease}@media(max-width: 768px){.boxes-wrapper .box-wrapper{width:calc(50% - 20px)}}@media(max-width: 650px){.boxes-wrapper .box-wrapper{width:calc(100% - 20px)}}.boxes-wrapper .box-wrapper:hover{background:#aad091;color:#000;box-shadow:rgba(255,255,255,.1) 0px 1px 1px 0px inset,rgba(50,50,93,.25) 0px 50px 100px -20px,rgba(0,0,0,.3) 0px 30px 60px -30px;transform:translateY(-0.25rem)}.boxes-wrapper .box-wrapper:hover span.icon{transform:rotate(-80deg)}.boxes-wrapper .box-wrapper:hover span.icon i:before{color:#000 !important}.boxes-wrapper .box-wrapper h4{font-family:"Montserrat",sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:150%;text-transform:uppercase;margin-bottom:70px}.boxes-wrapper .box-wrapper p{color:#666;font-family:"Montserrat",sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.boxes-wrapper .box-wrapper span.icon{position:absolute;right:30px;bottom:30px}.white-section .box-wrapper{background:#f8f8f8}