.card {
    float: left;
    min-height: 0px;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
}

.call{
	background:#1879BD;
	border:3px solid #00365C; 
	padding:30px; 
	border-radius:30px;
}
@media only screen and (max-width: 896px) {
	
	.call{
		padding:10px !important; 
	}
}

#mission .card{
	background:#fff; 
	padding:30px; 
	border-radius:30px; 
	min-height: 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#choose .card{
	border:1px solid #00365C; 
	padding:30px; 
	border-radius:30px;
}