@media (max-width: 576px) {.hero-image {display: none;}}

.box-info .box-header {font-size: 1.6rem; font-weight: 700; font-family: 'Roboto Slab'; line-height: 1.2; margin-bottom: 1rem;}


.box-info.countering:before {content: ""; position: absolute; top: 0; right:0; bottom:0;  left:0; z-index:-1;
    background: url('/assets/img/use-cases/bkg-striped-lines.jpg') top right no-repeat; }

.box-info.identification:before {content: ""; position: absolute; top: 0; right:0; bottom:0;  left:0; z-index:-1;
    background: url('/assets/img/use-cases/bkg-striped-lines.jpg') center right  no-repeat; transform: scaleY(-1); }

.box-info.availability:before {content: ""; position: absolute; top: 0; right:0; bottom:0;  left:0; z-index:-1;
    background: url('/assets/img/use-cases/bkg-striped-lines.jpg') center right  no-repeat; transform: scaleX(-1);}

.box-info.survivability:before {content: ""; position: absolute; top: 0; right:0; bottom:0;  left:0; z-index:-1;
    background: url('/assets/img/use-cases/bkg-striped-lines.jpg') top right no-repeat; }

.box-info.manufacturing:before {content: ""; position: absolute; top: 0; right:0; bottom:0;  left:0; z-index:-1;
    background: url('/assets/img/use-cases/bkg-striped-lines.jpg') center right  no-repeat; transform: scaleY(-1); }

.modal .modal-body.use-case {font-size:1.1rem;}
.modal .modal-body.use-case h4, .modal .modal-body.use-case strong {font-weight:700;}

@media (max-width: 992px) {.modal .modal-body.use-case h4 {font-size: 1.375rem;}}

.CTA-use-cases-box-learn-more-lethality:hover{color:red;}