.threecolorboxes--section {
	padding: 60px 0 40px;
}

.threecolorboxes--row {
	justify-content: center;
}

.threecolorboxes--col {
	margin-bottom: 20px;
}

.threecolorboxes--inside {
	padding: 30px var(--theme-content-padding) 15px;
	height: 100%;
}

@media (min-width: 992px) {

	.threecolorboxes--row {
		margin-left: -10px;
		margin-right: -10px;
	}	
	
	.threecolorboxes--col {
		padding-left: 10px;
		padding-right: 10px;
	}
}