/* Add custom CSS styles below */
.s-block__title h2  {
color: #344a50;
    background: #CBA766;
    border-radius: 8px;
    font-weight: bold;
    padding-top: 0.3rem;
    padding-bottom: .3rem;
}

.store-footer h3{
color: #CBA766;
    background: #344a50;
    border-radius: 8px;
    font-weight: bold;
    padding-top: 0.3rem;
    padding-bottom: .3rem;
     
}