.itemid-101 h1 {
	margin-bottom: 24px;
	line-height: 1em;
}
.itemid-101 .com-content-article__body {
    border-radius: 24px;
    background: #fff;
    padding: 24px;
}
.itemid-101 .main__content {
	margin-bottom: 36px;
}
.homepage__news {
	margin-bottom: 36px;
}
.homepage__news h3 {
	line-height: 1em;
	margin-bottom: 24px;
}
.mod-articles-items {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.mod-articles-item {
	height: 100%;
}
.mod-articles-item-content {
	border-radius: 24px;
	background: #fff;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.mod-articles-item-content:before {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #333e5080;
    content: '';
}
.mod-articles-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 24px;
	z-index: 2;
	color: #fff;
}
.mod-articles-image {
	margin: 0;
}
.mod-articles-item:hover img {
    transform: scale(1.2);
}
.mod-articles-image img {
	transition: transform .5s;
    object-fit: fill;
}