.category_page .top-content h1 {
    text-transform: none;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .category_page .top-content h1 {
        margin-bottom: 3rem
    }
}

.category_page .top-content h1:after {
    content: none;
}

.category_page .top-content p {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.category_page .bg-gray {
    position: relative;
    background-color: #f6f6f6;
    padding-top: 2rem;
    padding-bottom: 4rem;
    text-align: left;
    clear: left;
}

@media (min-width: 768px) {
    .category_page .top-content h1 {
        margin-bottom: 3rem
    }
}
