/**
 **** Bootstrap - Small size (col-)
 **/
@media screen
	and (max-width: 576px) {

.pre-footer > div:first-child {
	margin: 0 1.5rem;
	text-align: center;
}

footer .footer-last-mag {
	text-align: center;
}

footer .footer-last-mag img {
	max-width: 75%;
}

}


/**
 **** Bootstrap - Small size (col-sm-)
 **/
@media screen
	and (max-width: 768px) {

}


/**
 **** Bootstrap - Medium size (col-md-)
 **/
@media screen
	and (max-width: 992px) {
}


/**
 **** Bootstrap - Large size (col-lg-)
 **/
@media screen
	and (max-width: 1200px) {

}
