.mht-features-grid{display:grid;gap:50px;grid-template-columns:repeat(3,1fr);list-style:none;margin-left:0;padding-left:0}.mht-features-grid-card{border-radius:25px;box-shadow:0 10px 40px 0 rgb(0,0,0,.06);cursor:pointer;padding:25px 25px 50px;position:relative;transition:transform .5s ease}.mht-features-grid-card:hover{transform:translateY(-10px)}figure.mht-features-grid-card-icon{margin:0 0 15px;max-width:50%;width:35px}.mht-features-grid-content h3{font-size:20px;line-height:1.2;margin-bottom:10px}.mht-features-grid-content p{font-size:14px}.mht-features-grid-content p:first-of-type{margin-top:0}.mht-features-grid-card a{border-radius:25px;display:block;height:100%;left:0;position:absolute;top:0;width:100%}.mht-features-grid-card .mht-corner-arrow{border-bottom-right-radius:25px;bottom:0;color:#fff;opacity:.7;padding:10px 15px;position:absolute;right:0;transition:.5s ease}.mht-features-grid-card:hover .mht-corner-arrow{opacity:1}@media screen and (max-width:992px){.mht-features-grid{gap:25px}}@media screen and (max-width:768px){.mht-features-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.mht-features-grid{grid-template-columns:1fr}}