.infotext-section {
    /* background-color: #B4D0B4; */

    &.darkgreen {
        .infotext h2 {
            color: #FBB4A5;
        }
    }

    &.burgandy {
        .infotext h2 {
            color: #FBB4A5;
        }
    }

    .infotext-wrap {
        min-height: 185px;
        display: flex;
        align-items: center;
        padding: 42px 0;
    }

    .infotext {
        width: 100%;
        text-align: center;
    }

    .infotext h2 {
        color: #143C3C;
        margin: 0 0;
    }



}

@media only screen and (max-width: 1199px) {
    .infotext-wrap {
        min-height: auto;
    }
}


@media only screen and (max-width: 767px) {
    .infotext-wrap {
        padding: 32px 1px;
    }

    .infotext-section .container-fluid {
        max-width: 100%;
    }


}