.customCards{width:100%;display:flex;padding:20px 0;box-sizing:border-box}.customCards div{box-sizing:border-box}.customCards_content_section{max-width:1240px;margin:0 auto;padding:40px 20px;width:100%;display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-evenly}.customCard{display:flex;flex-direction:column;width:350px;min-height:40px;border-radius:6px;box-shadow:10px 30px 50px rgb(6 31 60 / 9%);-ms-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transition:box-shadow .3s ease-out,transform .3s ease-out,opacity .2s ease-out;padding:20px 45px 30px;align-self:normal;margin:0px 2px 45px}.customCard:hover{text-decoration:none;-webkit-box-shadow:0 10px 30px rgb(6 31 60 / 20%);-moz-box-shadow:0 10px 30px rgba(6,31,60,.2);box-shadow:2px 10px 30px rgb(6 31 60 / 20%);-ms-transform:translateY(-3px);transform:translateY(-3px)}.customCard_icon{width:80px;height:70px;background-repeat:no-repeat;background-size:contain;background-position:top left}.customCard_title{font-size:22px;color:#393e45;font-weight:600;margin-top:18px;line-height:27px}.customCard_text{margin-top:18px;font-size:15px;color:#393e45;line-height:27px}