.main-text img {
	width: 30%;
	margin-top: 7px;
	border-radius: 20px;

	@media screen and (max-width: 660px) {
		width: 50%;
		
	}
}

.studies {
	background: url(/home/contact.webp);
	background-position: center;
	text-align: center;
	
	* {
		color: #fff;
	}
}
