﻿.aboutUsContainer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


    .aboutUsContainer h1 {
        font-family: 'Raleway', sans-serif !important;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        text-align: left;
        margin: 0px;
        margin-bottom: 15px;
        padding: 0px;
        text-transform: uppercase;
    }

    .aboutUsContainer hr {
        border-top: 5px solid #fac313;
        width: 100px;
        margin: 0px;
        padding: 0px;
        margin-bottom: 15px;
    }

    .aboutUsContainer p {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin: 0px auto;
        padding: 0px;
        color: #fff;
    }

    .aboutUsContainer .image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 296px;
        width: 330px;
        float: right;
    }

        .aboutUsContainer .image img {
            width: 1px;
            height: 1px;
        }