/* Alternative rename method */
.about-us-block h2, #about-us h2, .sb-home-section-title {
    display: none !important;
}

.about-us-block::before, #about-us::before {
    content: "About";
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}