.post-header {
    width: 100%;
	max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding: 2vh 1vh 8vh 1vh;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
}
.post-header-content {
    flex: 1 0 50%;
    max-width: 900px;
    padding-top: 1vh;
}
.post-header-content > div:first-child {
    width: 100%;
    margin-bottom: 4vh;
}
.post-title {
    letter-spacing: normal;
    line-height: 1.25;
    margin: 0;
}
.post-excerpt {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    max-width: 750px;
    margin: 3.5vh 0 0;
}
.post-header-image {
    width: 33%;
}
.post-header-image picture {
    margin: 0;
}
img {
	border-radius: 26px;
}
.post-content {
    max-width: 720px;
    margin: 0 auto 14vh;
	font-size: 22px;
}
.post-content h2 {
	font-size: 30px;
}
.post-content p {
    position: relative;
	margin-bottom: 30px;
}
.post-content ul li {
	list-style: disc outside;
}
.post-content ul li, .post-content ol li {
	margin-bottom: 20px;
}
.post-content ul li:last-of-type, .post-content ol li:last-of-type {
	margin-bottom: 0;
}
.breadcrumbs {
	display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 12px;
}
.breadcrumbs li {
	font-family: TTFirsNeue,sans-serif;
    position: relative;
}
.breadcrumbs li a, .breadcrumbs li span {
    font-size: 12px;
    line-height: 15px;
}
.breadcrumbs li:after {
    content: "/";
    margin: 0 4px;
    font-size: 12px;
    line-height: 15px;
}
.breadcrumbs li:last-child:after {
    display: none
}
.breadcrumbs li.active span {
    color: #8a94a4;
    cursor: default;
}
@media (max-width: 1600px) {
	
}
@media (max-width: 1480px) {
.post-header-content {
    padding-top: 0;
}
.post-excerpt {
    max-width: 660px;
}
}
@media (max-width: 1280px) {
.post-header-content {
    padding-top: 0;
}
}
@media (max-width: 1024px) {
	.post-header-content {
    max-width: 700px;
}
.post-header-image {
    width: 100%;
    margin-top: 3vh;
    padding-left: 0;
}
}
@media (max-width: 768px) {
	.post-header-content {
    max-width: 660px;
}
.post-header-content > div:first-child {
    margin-bottom: 2vh;
}
.post-header-image {
    width: 100%;
    margin-top: 3vh;
    padding-left: 0;
}
}