@keyframes scrollDown{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}.scroll-down-animation{animation:scrollDown 1s infinite}#about-us-card{display:flex;flex-direction:column}.box-wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.shape-box{display:flex;position:relative;z-index:1;box-shadow:0 6px 30px 0 rgba(0,0,0,.12);overflow:hidden}.shape-box_half{overflow:hidden;text-align:left}.shape-box_half:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;transform:skewY(49.5deg);transform-origin:top left;transition:transform .4s;transition:.8s;background:#fff;z-index:1}.shape-box>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bg-black{background-color:#000}.shape-box_half figcaption{position:absolute;left:0;right:0;bottom:0;padding:0 30px 30px;transform:translateY(100%);transition:transform .4s;transition:.7s;z-index:3}.shape-box_half figcaption .show-cont{position:absolute;bottom:calc(100% + 30px);left:30px;right:30px;transition:bottom .4s}.card-no{font-size:36px;color:#ffc107;padding:0;margin:10px 0}.card-main-title{margin-top:8px;font-weight:700;text-transform:uppercase;color:#292b2c}.card-content{color:#9f9f9f;margin-top:20px;line-height:22px;font-size:15px}.shape-box_half:hover:before{transform:skewY(17deg);transition:.7s}.shape-box_half:hover figcaption{transform:translateY(0);transition:.8s}.shape-box_half:hover figcaption .show-cont{bottom:100%}@media (max-width:1024px){.shape-box{height:282px;width:385px}}@media (max-width:768px){.shape-box{height:50%;width:50%}}@media (max-width:480px){.shape-box{height:50%;width:50%}}@media (max-width:1366px){.shape-box{width:100%;height:auto}}