.lastNews {
	background: url(https://mu.eminencegaming.net/templates/Dark_Knight/images/news-bg.jpg) top center no-repeat;
}
.lastNews .containernews:before {
    content: "";
    background: url(../img/last-news-hero.png) no-repeat;
    width: 693px;
    height: 813px;
    position: absolute;
    top: 100px;
    left: 70px;
}
.containernews h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 24px;
	position:absolute;
	top:50px;
	margin-left:350px;
}

.containernews h2 span {
	position: relative;
	text-transform: uppercase;
	background: linear-gradient(#fcfcfc 10%, #84707a, #9fb588);
	-webkit-background-clip: text;
	color: transparent;
}

.containernews h2 span:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 120px;
	height: 1px;
	background: #5b3b76;
	margin-right: 15px;
	top: 50%;
}

.containernews h2 span:after {
	content: "";
	position: absolute;
	left: 100%;
	width: 120px;
	height: 1px;
	background: #5b3b76;
	margin-left: 15px;
	top: 50%;
}



.lastNewsBlock {
	position: absolute;
	z-index: 3;
	width: auto;
	left: 600px;
	top: 170px;
}

.lastNews-block {
	margin-bottom: 38px;
}

.lastNews-block:nth-child(2n) {
	margin-left: 170px;
}

.lastNews-block__img {
	height: 125px;
	width: 125px;
	border-radius: 50%;
	margin-right: 55px;
	position: relative;
}

.lastNews-block__img:before {
	content: "";
	border: 1px solid rgba(166, 102, 204, .5);
	height: 150px;
	width: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -75px;
	margin-top: -75px;
	border-radius: 50%;
}

.lastNews-block__img:after {
	content: "";
	border: 1px solid rgba(166, 102, 204, .2);
	height: 200px;
	width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
	border-radius: 50%;
}

.lastNews-block__img img {
	height: 125px;
	width: 125px;
	border-radius: 50%;
	box-shadow: 0 7px 40px 0 rgba(0, 0, 0, .4);
}

.lastNews-block__info h3 {
	color: #ecd3fe;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 14px;
}

.lastNews-block__text {
	line-height: 1.6;
	margin-bottom: 14px;
	height: 70px;
	font-size:14px;
	overflow: hidden;
	width: 400px;
	color:#FFF;
}

.lastNews-block__text p {
	margin-bottom: 0;
}

.lastNews-block__buttons a {
	padding: 5px 10px; font-size:12px;
}

.lastNews-block__buttons span {
	margin-left: 33px;
	color: #975a8c;
	font-size: 12px;
}

.news-icon {
	background: url(https://mu.eminencegaming.net/templates/Dark_Knight/images/news-icon.png) no-repeat;
	width: 13px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}

.noticias-button {
	background: url(https://mu.eminencegaming.net/templates/Dark_Knight/images/shop-button.png) no-repeat;
	width: 283px;
	height: 132px;
	text-align: center;
	font-size: 16px;
	color: #e7ecff;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	top: 350px;
}


.buttonnews {
    display: inline-block;
    text-decoration: none;
    min-width: 0;
}
buttonnews, .buttonnews {
    transition: all .3s ease;
    cursor: pointer;
    background: url(../images/button-bg.png) center bottom no-repeat;
    background-color: #20002e;
    border: 2px solid #c260ac;
    color: #e287ec;
    border-radius: 30px;
    position: relative;
    padding: 12px 32px;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 8px 10px -3px rgb(0 0 0 / 30%);
}