/*
Theme Name: Homeopath
Description: Child theme for Avada theme
Author: VerStal
Author URI: https://verstal.dp.ua
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.vs-article-big-home__title {
	margin-top: 5px;
	margin-bottom: 20px;
}

.vs-article-big-home__img {
	float: left;
	width: 50%;
	margin-right: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 720px) {
	.vs-article-big-home__img {
		width: 100%;
		float: none;
	}
}