.image-box-v2__heading{color:#f7a823;margin-bottom:50px;text-align:center}.image-box-v2__row{display:flex;flex-wrap:wrap-reverse;justify-content:center}.image-box-v2__card{align-items:center;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;justify-content:start;margin:10px;transition:background .25s ease-in-out,transform .25s ease-in-out;width:calc(25% - 20px)}.image-box-v2__card:hover{background:#ededed;transform:scale(1.2)}.image-box-v2__card-image img{max-width:300px;object-fit:cover;width:100%}.image-box-v2__card-name{margin-bottom:0;text-align:center}.image-box-v2__card-role{text-align:center}@media(max-width:992px){.image-box-v2__card{max-width:500px;width:100%}.image-box-v2__heading{margin-bottom:30px}}@media(max-width:620px){.image-box-v2__card{max-width:300px;width:100%}.image-box-v2__card-image img{height:auto;max-width:100%}}