
.wp-logos{
	width: 100%;
}
.logos{
	padding: 50px;
	text-align: center;
}

.img-logo{ 
	text-align: center;
	position: relative;
	margin: 0 auto; 
}
.card-img-top{
	height: 250px;
	max-width: 250px;
}

.card-body{
	text-align: center;
	margin-top: 20px;
}
.text-muted{
	margin-top: 10px;
}
@media only screen and (max-device-width: 480px) {
	body{
		zoom: 40%!important;

	}

.logos{
	width: 100%;
	position: relative;
	margin: 0 auto;
	height: auto;
}

.img-logo{
	width: 80%;
}

.card-body a {
	width: 80%;
	padding: 20px;
	font-size: 3rem;
}
.text-muted{
	font-size: 2.5rem;
}
.card-img-top{
	min-height: 350px!important;
	max-width: 450px!important;
}
}