#product-list {
    margin-bottom: 28px;
}

.category-bottom-content {
    border-top: 1px solid #e5e7eb;
    margin-top: 24px;
    padding-top: 28px;
}

.category-main-copy {
    color: #3f4650;
    line-height: 1.7;
    margin-bottom: 30px;
}

.subcategory-content-section {
    margin-bottom: 32px;
    max-width: 980px;
}

.subcategory-content-section h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.subcategory-content-section h2 a {
    color: #315f29;
}

.subcategory-content-section > div {
    color: #4f5660;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .category-bottom-content {
        margin-top: 18px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 22px;
    }

    .category-main-copy {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .subcategory-content-section {
        margin-bottom: 26px;
    }

    .subcategory-content-section h2 {
        font-size: 19px;
    }
}
