/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#footer .footer-container .row .comgate-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 40px;
	row-gap: 20px;
	flex-wrap: wrap;
	/*margin: 0 auto;*/
	padding: 20px 0;
}

#footer .footer-container .row .comgate-wrapper img {
	width: auto;
	object-fit: contain;
	object-position: center;
}

#footer .footer-container .row .comgate-wrapper img.comgate {
	height: 40px;
}

#footer .footer-container .row .comgate-wrapper img.visa {
	height: 25px;
}

#footer .footer-container .row .comgate-wrapper img.mc {
	height: 50px;
}

#footer .footer-container .row .comgate-wrapper img.gpay {
	height: 35px;
}

#footer .footer-container .row .comgate-wrapper img.apay {
	height: 50px;
}
