/*
 * Theme name: Rosmigrant
 * Author: Yan Studio
 * Author URI: https://yanstudio.site
 * Version: 2.0
 */


@media (min-width:769px) {
    .alignleft {
        float: left;
        margin-right: 25px;
    }

    .alignright {
        float: right;
        margin-left: 25px;
    }
}

@media (max-width:768px) {
    .lang-flags {
		flex-direction: row !important;
	}
}

._text-box {
    .important {
        margin-top: 32px;
        margin-bottom: 32px;
    }
	
	b,strong{
		font-weight: 800;
	}
}