#top_title_area{
	max-width: 1200px;
}

#main_content {
	max-width: none;
}

article {
	background: #2C2D2C 0% 0% no-repeat padding-box;
	padding: 50px 70px;
}

svg.arkhe-svg-posted.c-postMetas__icon {
	display: none;
}

.c-pageTitle__main{
	width: 100%;
	font-size: 1.7em;
	padding: 0;
	background: none;
}

.p-topArea__title > .c-pageTitle__main{
	font-size: 3rem;
    background-color: #000;
    width: 20%;
    padding: 15px 20px;
}

.p-entry__head {
	border-left: 10px solid;
    padding-left: 30px;
	border-image: linear-gradient(0deg, #2F62B7 0%, #9730A1 100%) 1;
}

.single_button_container {
	display: flex;
	justify-content: end;
}

.single_button {
	background: transparent linear-gradient(90deg, #2F62B7 0%, #9730A1 100%) 0% 0% no-repeat padding-box;
    border-radius: 100px;
    display: flex;
    width: 240px;
    padding: 20px;
	justify-content: space-evenly;
    align-items: center;
}

.single_button > div {
	font-size: 1.3em;
}

@media (768px >= width) {
	.p-topArea__title > .c-pageTitle__main{
		width: 100%;
	}
	
	article {
		padding: 50px 20px;
	}
}

