section.block-section-heading {
    text-transform: uppercase;
    border-bottom: solid 1px #ced4da;
    margin-bottom: 25px;
}

section.block-section-heading h4 {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
}

section.block-section-heading a {
    float: right;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    margin-top: 2.5px;
}

section.block-section-heading a:hover {
    color: #31ca8d;
}

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

section.block-section-heading a {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 12px;
}

}