/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.BrandRow {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 20px;
	align-items: start;
}

.BrandCol {
	display: grid;
	place-items: center;
}

.BrandCol img {
	width: 100%;
	max-width: 180px;
	height: 120px;
	object-fit: contain;
}