.jump-box { flex:0 1 32%; border:1px solid rgb(195, 195, 195); border-top:5px solid #1D3D6D; border-radius:5px; padding:0 10px; }
.jump-box h2 { text-align:center; margin-top:10px!important; }
.jump-container { flex:1; border-radius:5px; border:1px solid rgb(195, 195, 195); border-top:5px solid #1D3D6D; }
.jump-container p { margin:15px 20px; }
.jump-img-box { width:100%; height:200px; background-size:cover; background-position:center; margin-bottom:20px; position:relative; }
.jump-img-box h2 { position: absolute; bottom: 0; color: #fff; background: rgba(0,0,0,.5); width: 100%; padding: 5px; text-align: center; margin-bottom: 20px; }

@media (max-width:1186px) {
.jump-box { flex: 1 1 50%;}	
}
@media (max-width:651px) {
.jump-container, .jump-box { margin-bottom:10px; }	
}