@charset "utf-8";



.row .col-md-4 .card.col-md-12 {
    margin-top: 50px;
    margin-bottom: 40px;
	padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
	
}


.card-img-top {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}


.card-body {
	height: auto;
}




@media (max-width:767px){
	.container-fluid {
    
        height:auto;
    }
}