

/* Start:/bitrix/templates/simai.framework/components/bitrix/news.list/manage_list/style.css?1724995921652*/
.manage-item {
	width: 500px;
    display: flex;
    flex-direction: row;
	padding: 10px;
}

.m-img {
	width: 250px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.m-inf {
	width: 50%;
    padding-left: 15px;
}

.manage-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.m-bottom {
	padding-top: 15px;
}

.p-head {
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: 600;
}

@media screen and (max-width: 500px) {
	.manage-item {
		width: 100%;
		flex-direction: column;
	}

	.m-inf {
		width: 100%;
		padding-top: 15px;
	}
}
/* End */
/* /bitrix/templates/simai.framework/components/bitrix/news.list/manage_list/style.css?1724995921652 */
