.content-block {
    &.text-center {
        .text-wrap {
            margin: 0 auto;
        }
    }

    // &.half-width {
    // 	.text-wrap {
    // 		max-width: 930px;
    // 	}
    // }

    .text-wrap {
        max-width: 780px;

        h2,
        .h2,
        h3,
        .h3,
        h4,
        .h4 {
            text-transform: uppercase;
            margin-bottom: 24px;
            letter-spacing: -0.5px;
        }
    }
}
