/* Targets ONLY Safari (macOS and iOS) */
@supports (background: -webkit-named-image(i)) {
    .post-title {
        margin-top: 100px !important;
    }
}