.EnterpriseRow{display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between}.EnterpriseCol{border:1px solid #dcdfec;border-radius:10px;font-size:14px;line-height:1.4;padding:24px 24px 40px;width:calc(25% - 12px)}.EnterpriseCol,.EnterpriseCol *{cursor:pointer;transition:transform .5s}.EnterpriseCol:hover{background:rgba(253,67,5,.85)}.EnterpriseCol:hover *{color:#fff}.SecurityRow{align-items:center;display:flex;flex-wrap:wrap;gap:40px}.SecurityColLeft,.SecurityColRight{width:calc(50% - 20px)}.SecurityContent{max-width:540px;width:100%}@media only screen and (max-width:991px){.EnterpriseCol{width:calc(50% - 10px)}.SecurityColLeft,.SecurityColRight{width:100%}.SecurityContent{max-width:100%;width:100%}}@media only screen and (max-width:480px){.EnterpriseCol{width:100%}}