/* ============= ---- Sub Post Block - Header ---- ================ */
/* General */
    .post-title {
        display: block;
        width: 100%;
    }

        .post-title h2 {
            font-size: 4.8rem;
			line-height: 1.2;
        }
    
        .post-title h3 {
            font-size: 4rem;
			line-height: 1.2;
        }
    
        .post-title h4 {
            font-size: 3.2rem;
			line-height: 1.2;
        }

/* Alignment */
    .post-title.content-left * {
        text-align: left;
    }

    .post-title.content-center * {
        text-align: center;
    }

    .post-title.content-right * {
        text-align: right;
    }


@media (max-width: 1300px) {
	.post-title h2 {
		font-size: 4.2rem;
	}

	.post-title h3 {
		font-size: 3.4rem;
	}

	.post-title h4 {
		font-size: 2.8rem;
	}
}

@media (max-width: 650px) {
	.post-title h2 {
		font-size: 3.6rem;
	}

	.post-title h3 {
		font-size: 3rem;
	}

	.post-title h4 {
		font-size: 2.5rem;
	}
}