section.featured-products {
    width: 100%;
    margin-bottom: 2rem;
}

.featured-products-container {
    max-width: var(--container-large);  
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

h2.featured-products-title {
    font-size: 0.8rem;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 10px;
    background-color: black; 
}

h2.featured-products-title a {
    color: white !important;
}

.featured-products-header {
    text-align: center;
}

