.post-banner {
    background: #009EE3;
    color: #fff;
    padding: 20px 0;

}

.post-banner h1 {
    font-size: 42px;
    font-family: 'BundesSerif-Bold';
    color: #D2D2D3;
    margin-bottom: 0;
}

.post-banner h2 {
    font-size: 42px;
    font-weight: 700;
    font-family: 'BundesSans-Bold';
}

.post-banner p {
    font-size: 24px;
}

.post-banner img {
    margin-top: 30px;
    max-height: 200px;
}

.post-button-area {
    background: #E4E4E4;
    padding: 40px 0;
    color: #58666D;
}

.post-button-area p {
    font-size: 16px;
    line-height: 30px;
}

.post-btn {
	padding: 12px 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    display: inline-flex;
}

.post-button-area a:hover {
    background: #D6D6D6;
}

.post-materials {
    background: #009EE3;
    padding: 40px 0;
}

.post-materials a {
	background: #E4E4E4;
}

.post-materials a:hover {
	background: #D6D6D6;
	text-decoration: none;
}

.post-materials h3 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
}

.post-graphics .graphics-header {
    background: #57656C;
}

.post-graphics .graphics-header h3 {
        color: #fff;
        font-size: 34px;
        margin: 20px 0;
}

.post-graphics img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-text {
    padding: 40px 0;
}

.post-text p {
    font-size: 24px;
}

.post-slider {
    background: url('../img/ppl_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.post-slider h4 {
    margin: 40px 0;
}

.post-slider .bx-wrapper {
    background: none;
    border: none;
    box-shadow: none;
}

.post-slider .bx-wrapper p {
    font-size: 18px;
    line-height: 24px;
}

.post-img-circle {
    width: 240px;
    height: 240px;
    border-radius: 400px;
    overflow: hidden;
}

.post-img-circle img {

}

.post-container {
    display: flex;
    padding: 40px 0;
}

.post-container p {
    font-size: 16px;
}

.container .dark-font {
    color: #58666D;
    font-size: 24px;
    margin: 0;
    line-height: 30px;
    font-weight: 700;
    font-family: 'BundesSerif-Bold';
}

.container .blue-font {
    color: #009EE3;
    font-size: 24px;
    margin: 0;
    line-height: 30px;
    font-family: 'BundesSans-Bold';
}

.post-container a.preview-link {
	padding: 0;
    margin: 0;
    /* display: inherit; */
    text-align: inherit;
    text-transform: inherit;
    border: none;
    display: contents;
    font-size: inherit;
	color: #009EE3;
}

.post-container a {
    background: #009EE3;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.post-container a:hover {
    background: #D2D2D3;
}

.galery-link a {
	border: #fff solid 1px;
	color: #57656C;
	background: #D6D6D6;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 14px 30px;
	border-radius: 8px;
	margin-top: 14px;
	font-size: 16px;
}

.galery-link a:hover {
	text-decoration: none;
	background: #009EE3;
}