.category {
    padding: 20px 40px 10px 40px; /* top right bottom left */
}

.subcategory {
    margin: 20px auto 10px;
}

.subcategory h3 {
    text-align: center;
    font-size: 1.1rem;
    color: #7f2549;
    margin-bottom: 10px;
    margin-top: 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
}