﻿.centeredOrangeCallout {
    background-color: #c16e32;
    width: 100%;
    min-height: 150px;
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: url('/wp-content/themes/rgf/img/templates/orangeCallOutBackground.png');
    background-repeat: no-repeat;
    background-position: right -200px center;
    background-size: contain;
}

    .centeredOrangeCallout .innerContainer {
        width: 60%;
        margin: auto;
    }
