.bmg--largecontent {
    width: 100%;
    background-color: grey;
    background-color: #161616;
    padding: 54px 0 32px 0;
}

.bmg--largecontent.bmg--largecontent--light {
    background-color: #f7f7f7;
}

.bmg--largecontent h2 {
    color: white;
    display: inline-block;
    border-bottom: 2px solid #c61010;
    margin: 0 0 18px 0;
    padding: 0 0 13px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.bmg--largecontent.bmg--largecontent--light h2 {
    color: black;
}

.bmg--largecontent__content {
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.bmg--largecontent.bmg--largecontent--light .bmg--largecontent__content {
    color: #626262;
}

@media(min-width: 992px) {
    .bmg--largecontent {
        padding: 90px 0 65px 0;
    }

    .bmg--largecontent h2 {
        border-top: 2px solid #c61010;
        border-bottom: none;
        padding: 14px 0 0 0;
    }
}