/**
 * Grid_1 сетка топиков
 */


.layout-content--grid-1 {
	position: relative;
}


/**
 * Media Queries
 */

/**
 * >= 992px
 */

@media screen and (min-width: 992px) {
	.layout-content--grid-1 .topic-card-wrapper {
	    height: 410px;
	}
}
