.locations_map_section{
    &.padding-top {
        padding-top: 60px;
    }
    &.padding-bottom {
        padding-bottom: 60px;
    }
    h2{
        font-weight: 700;
        font-size: 48px;
        line-height: 59px;
        margin-bottom: 40px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;

    }
    @media screen and (max-width: 991px) {
        h2{
            font-size: 32px;
            line-height: 40px;
            margin-bottom: 10px;
            text-align: left;
        }
        &.padding-top {
            padding-top: 32px;
        }
        &.padding-bottom {
            padding-bottom: 32px;
        }

    }
}