.the-content{
	text-align: justify;
	font-size: 15px;
	line-height: 23px;
}
.the-content .img{
	margin-bottom: 20px;
}
.the-content .logoA{
	margin-bottom: 20px;
}
.the-content .logoA img{
	max-width: 450px;
}
.the-content .gridA{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -15px;
	flex-wrap: wrap;
	justify-content: center;
}
.the-content .gridA .col{
	width: 25%;
	padding: 0 15px;
}
.the-content .gridA a{
	display: block;
	padding-top: 66.666666%;
	position: relative;
}
.the-content .gridA a img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 60%;
	max-width: 70%;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.the-content .gridA .col{
	width: 33.333333%;
}
}

@media all and (max-width: 640px){
.the-content .gridA .col{
	width: 50%;
}
}