.mapsloc-wrapper{
    height: auto;
    padding: 0;
    width: 100%;
}

.mapsloc-wrapper .mapsloc-inner{
    margin: 0 auto;
    width: 1170px;
}

.mapsloc-wrapper .mapsloc-grid{
    padding: 20px 0;
    display: inline-flex;
    width: 100%;
}

.mapsloc-wrapper .mapsloc-left{
    height: auto;
    margin-right: 20px;
    width: calc(50% - 20px);
}

.mapsloc-wrapper .maps-loc-right{
    height: auto;
    margin-left: 20px;
    width: calc(50% - 20px);
}

.mapsloc-wrapper > .mapsloc-inner > .brush-yellow-right{
    display:block;
    margin: 25px 0;
}

.mapsloc-wrapper .maps-loc-right h2{
    font-family: Brandon, sans-serif;
    font-weight: normal;
    color: #561900;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.mapsloc-wrapper .maps-loc-right p{
    color: #6C5E58;
    font-family: CrimsonText, serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 0px;
}


@media screen and (max-width: 1269px){

    .mapsloc-wrapper .mapsloc-inner{
        width: 100%;
    }

    .mapsloc-wrapper .mapsloc-grid{
        padding: 0 25px;
        display: block;
        width: calc(100% - 50px);
    }

    .mapsloc-wrapper .mapsloc-left{
        height: auto;
        margin-top: 25px;
        margin-right: 0;
        width: 100%;
    }

    .mapsloc-wrapper .maps-loc-right{
        height: auto;
        margin-left: 0;
        width: 100%;
    }

    .mapsloc-wrapper > .mapsloc-inner > .brush-yellow-right{
        display: none;
    }

    .mapsloc-wrapper .maps-loc-right h2{
        font-family: Brandon, sans-serif;
        font-weight: normal;
        color: #561900;
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .mapsloc-wrapper .maps-loc-right p{
        color: #6C5E58;
        font-family: CrimsonText, serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 26px;
        margin-bottom: 0px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 760px){
    .mapsloc-wrapper .mapsloc-grid{
        padding: 0;
        display: block;
        width: calc(100%);
    }

    .mapsloc-wrapper .maps-loc-right{
        padding: 0 18px 9px 18px;
        width: calc(100% - 36px);
    }

    .mapsloc-wrapper .maps-loc-right h2{
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 10px;
        margin-top: 12px;
    }

    .mapsloc-wrapper .maps-loc-right p{
        font-size: 15px;
        line-height: 25px;
        margin-top: 5px;
    }

    .mapsloc-wrapper .mapsloc-left {
        margin-top: 9px;
    }
}
