.post {
	margin: 140px 0;
}

.post h1 {
	font-size: 40px;
    line-height: 1.3em;
    font-weight: 900;
    margin-bottom: 15px;
    color: #4C5EEB;
    position: relative;
    display: inline-block;
    width: 100%;
    letter-spacing: normal;
    text-align: left;
}

.spantext-post {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0em;
    line-height: 1.3em;
    color: #4C5EEB;
}

.killrow .post-content:first-child {
	padding-right: 5%;
}

.post .sociallinks .link {
	border: none;
	padding: 0;
}

.post-text-section img {
	margin-bottom: 0;
}

.post-button a {
	background: #4C5EEB;
	color: #ffffff !important;
	text-transform: uppercase;
	padding: 12px 22px;
	margin-top: 30px;
}

.post-button.prev-button a {
	float: left;
}

.post-button.next-button a {
	float: right;
}

.post .link {
	display: inline-block;
	margin-bottom: 20px;
}

@media (max-width: 950px) {
	
	.post {
		margin: 100px 30px;
	}
	
	.post-content .link {
		width: fit-content;
		display: block;
		margin-bottom: 20px;
		padding: 10px 30px !important;
		margin-left: 30px;
	}
	
	.post-button.prev-button a {
		float: none;
		display: inline-block;
		margin-left: 30px;
	}
	
	.post-button.next-button a {
		float: none;
		display: inline-block;
		margin-left: 30px;
	}
	
	.post-content a.link-post {
		padding: 0 !important;
		margin-left: 0;
	}
	
	
}