.section-content-with-image {
	display: flex;
	width: 100%;
}

.section-img-container {
	width: 50%;
	height: 2em;  
}

.section-text-container {
	width: 100%;
	height: 2em;
}

.section-title-with-logo {
	display: flex;
	flex-direction: column;
}

.section-title-logo {
	width: 30%;
	height: 100%;
}

@media(max-width: 768px) {
	.section-content-with-image  {
		flex-direction: column;
	}
}