#custom-section-info {
    background-color: #3b3b3b;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}

#custom-section-info .row.standard-row {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}

#custom-section-info a {
    color: #fff;
    text-decoration: none;
}

#custom-section-info a:hover {
    text-decoration: underline;
}

#custom-section-info.style--light .heading-block {
    padding-left: 0;
    color: #fff;
}

#custom-section-info.style--light .heading-block:after {
    background-color: #fff;
}