.products{margin:0 auto;max-width:1400px;width:96%}.products .box-wrapper .box{border-radius:6px;height:180px;margin-left:1rem;margin-right:1rem;overflow:hidden;padding:15px;position:relative;transition:.4s;width:calc(25% - 2rem);z-index:1}.products .box-wrapper .box:hover{background-color:transparent;transform:translateY(-10px)}.products .box-wrapper .box:after{background-image:linear-gradient(180deg,rgba(0,52,104,.3),#003468);content:"";height:100%;left:0;opacity:1;position:absolute;top:0;width:100%}.products .box-wrapper .box .bottom-text{color:#fff!important;font-size:22px;font-weight:600;text-transform:uppercase;width:100%;z-index:12}.products .title-part{margin-bottom:40px!important}.products .title-part .title{color:#003468;font-size:42px;font-weight:600;text-transform:uppercase}@media (max-width:991px){.products .box-wrapper .box{margin-bottom:20px;margin-left:1%;margin-right:1%;width:50%;width:46%}}@media (max-width:767px){.products .box-wrapper .box{align-items:flex-end;display:flex;margin-left:5%;margin-right:5%;width:auto}.products .box-wrapper .box+.box{margin-top:40px}.products .box-wrapper .box .bottom-text{align-items:center;display:flex;justify-content:center}}