.main-title-section { 
	padding: 0 10%;
}

.image-container{
	position: relative;
	display: flex;
	flex: 0 1 500px;
}

.blob-image{
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
	width: 100%;
	height: 100%;
}

.section-container {
    margin: 0 20%;
    color: #a39f9f;
    display: flex;
    justify-content: space-around;
}

.text-container {
    flex: 0 0 500px;
    display: flex;
    align-items: center;
	justify-content: center;
}


.container-image-left {
    flex-direction: row;
}

.container-image-right {
    flex-direction: row-reverse;
}

img.img {
    width: 100%;
}

.image-content{
	position: relative;
	width: 100%;
}

@media (max-width: 1440px) {
	.section-container {
		margin: 0 10%;
	}
	.image-content{
		width: 80%;
	}
}

@media (max-width: 1024px) {
	.section-container {
		margin: 100px 10%;
	}
	.container-image-left,
	.container-image-right {
	    flex-direction: column;
	}
	.image-container{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.image-container,
	.text-container {
		justify-content:center;
		flex: 0 0 200px;
	}
	.image-content{
		width: 50%;
	}
}

@media (max-width: 768px) {
	.image-content{
		width: 80%;
	}
}

.justify-left {
	justify-content: flex-start; 
}
.justify-right {
	justify-content: flex-end; 
}
@media (max-width: 1030px) {
	.justify-left {
		justify-content: center; 
	}
	.justify-right {
		justify-content: center; 
	}
}
