.component_promotional_text_strip {
    background-color: #C26767;
    padding: 11px 0;
    text-align: center;
    color: #ffffff;
}

.component_promotional_text_strip .heading_text {
    font-family: 'Avenir_Next_Demi_Bold';
    text-transform: uppercase;
    font-size: 18px;
}

@media (max-width: 767px) {
	.component_promotional_text_strip {
        padding: 17px 0;
    }
}