.container-industry,.container-industry *{box-sizing:border-box;font-family:poppins;margin:0;padding:0}.container-industry{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.container-industry .box-industry{background-color:#fff;border:2px solid #dde6fb;border-radius:15px;color:#01022e;cursor:pointer;display:flex;flex-direction:column;gap:8px;justify-content:space-between;max-height:161px;padding:20px;text-decoration:none;transition:.2s ease;width:286px}.container-industry .box-industry:hover{background-color:#f9fafe;-webkit-box-shadow:0 4px 24px -12px #627c9c;-moz-box-shadow:0 4px 24px -12px #627c9c;box-shadow:0 4px 24px -12px #627c9c}.container-industry .box-industry h3{font-size:23px;font-weight:600}.container-industry .box-industry .description-industry{display:flex;justify-content:space-between}.container-industry .box-industry p{font-size:14px;line-height:150%;width:80%}.container-industry .box-industry .arrow-right-box{transform:rotate(0deg);transition:transform .2s ease}.container-industry .box-industry:hover .arrow-right-box{transform:rotate(-45deg);transition:transform .2s ease}@media screen and (max-width:400px){.container-industry .box-industry{width:100%}}