.text_highlight_module {
    padding: 120px 0;
}

.text_highlight_module .text-container {
    max-width: 805px;
    margin:auto;
    text-align: center;
}

.text_highlight_module .text-container.algn-left {
    margin:0;
    text-align: left;
}

.text_highlight_module .text-container.algn-right {
    margin:0;
		text-align: right;
		float: right;
}

.text_highlight_module .inner::after {
		content: ' ';
		clear: both;
		display: block;
		height: 0;
		overflow: hidden;
}

@media screen and (max-width: 768px) {
    .text_highlight_module .text-container {
        max-width: 720px;
    }
}

@media screen and (max-width: 480px) {
    .text_highlight_module {
        padding: 72px 0;
    }
}
