@media screen and (max-width: 950px) {
	.column-img {
		margin: 10px 0 !important;
		width: calc(100% - 20px) !important;
	}
	.row-text {
		margin: 100px auto !important;
		flex-direction: column !important;
		justify-content: center !important;
		width: 70% !important;
	}
	.row-text:nth-child(1) {
		margin: 0 auto 100px auto !important;
	}
	#mobile-title {
		display: initial !important;
	}
	#computer-title {
		display: none !important;
	}
}
@media screen and (max-width: 730px) {
	.row-text {
		width: 80% !important;
	}
}
@media screen and (max-width: 580px) {
	.row-text {
		width: 95% !important;
	}
}
h1 {
	height: 70px;
	font-size: 30px;
	text-align: left;
	margin: 10px 0 0 0;
	width: 100%;
}
#computer-title {
	display: initial;
}
#mobile-title {
	display: none;
}
.row-text {
	width: 97%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap-reverse;
	margin: 100px auto;

}
.row-text:nth-child(1) {
	margin-top: 0;
}
.column-img {
	background: white;
	padding: 10px;
	text-align: center;
	width: calc((100%/3) - 50px);
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.column-img img {
	display: block;
	width: 100%;
	height: 270px;
}
.column-img h4 {
	display: flex;
	justify-content: center;
	color: #3cb377;
	font-size: 22px;
	margin: 10px 0 10px 0;
}
.column-img p {
	text-align: justify;
	color: #3e416d;
	margin: 0 ;
	/*margin: 20px;*/
}
.column-img	span {
	margin: auto 0;
}
.euro{
	display: initial !important;
	margin: 0 10px;
	width: 50px !important;
	height: 50px !important;
}
.division-Hr {
	margin: 0 20px;
	border:7px solid #3e416d;
	border-radius: 15px;
}
.row-text a {
	text-decoration: none;
}