/*
 * Theme Name: My Daniela Theme
 * Description: Starter Theme to use with Timber
 * Author: Upstatement and YOU!
*/

.container-badges {
	display: flex;
	align-items:center;
}

@media (max-width: 768px){
	.container-badges {
		justify-content: center;	
		margin-bottom: 24px;
	}
}

@media (max-width: 374px){
	.container-badges img {
		margin: 0 !important;
	}
}

.container-badges img {
	max-width: 100%;
	width: 100px;
	margin: 0 8px;
}
