.start-title {
    font-family: herr-von-muellerhoff, SansSerif, Arial;
    font-size: 42px;
    color: #6A4458;
}
footer .secondary-footer {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
    background: white;
    font-weight: normal;
}
.copyright {
    color: black;
    text-align: center;
}
.instagram-icon {
    width: 38px;
    height: auto;
    vertical-align: top;
}

.post-single .post-desk .mid-align {
    width: calc(100% - 80px);
    padding-right: 0;
}
.primary-footer {
    padding: 80px 0;
}

@media (min-width: 320px) and (max-width: 991px) {
    .post-grid .post-single .post-img img {
        width: 100%;
        height: auto;
    }
    .post-custom {
        display: flex;
        flex-direction: column;
    }
    .post-custom .post-img {
        order: 0;
    }
    .post-custom .post-desk {
        order: 1;
    }
}

