@charset "UTF-8";

@media (min-width: 720px) { 

	article.blocks section.textLeftBlock div.dotDeco
	{
	   min-height: 80px;
       margin-left: 10px;
       width: 40%; 
       margin-bottom: 20px;
	}

	article.blocks section.textLeftBlock div.dotDeco2
	{
       height: 33%;
       min-height: 120px;
       position: absolute;
       top: 10px;
       right: 30px;
       width: calc(40% - 80px); 
	}
}