/*!
Theme Name: IZZITheme
Theme URI: http://underscores.me/
Author: IZZI Studio
Author URI: https://izzi.studio/
Description: IZZITheme by IZZIStudio
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: izzitheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

/* seo */
.seo-row {
	padding: 100px 15px;
/* 	color: white; */
}
.seo-row .container {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex!important;
	flex-direction: row;
    flex-wrap: wrap;
}
.seo-row .container>* {
	width: 100%;
}