.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%;
    margin-left: auto;
    padding-left: 6vw;
}
.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;
}
.s-message {
    display: none;
}
.field-group {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.field-group label {
    display: none;
}
.field-group input, .field-group textarea {
    min-height: 40px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #e3e3e3;
}
.field-group .invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.checkbox {
	display: flex;
	margin-bottom: 40px;
}
.checkbox span {
	font-size: 16px;
    line-height: 1;
    display: block;
    padding-left: 10px;
    font-weight: 300;
}
#btn {
    width: 240px;
    height: 60px;
    border: none;
    outline: none;
    background: #2f2f2f;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 6px 20px -5px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

@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;
}
}
