section#category-list-block{
    margin-top:20px
}
section#category-list-block h2{
    display:block;
    color:#353535;
    text-align:center;
    letter-spacing:3.5px;
    text-transform:uppercase;
    font-size:22px;
    font-family:"Bitter",serif;
    font-weight:500;
    line-height:40px;
    padding-right:15px;
    padding-left:15px;
    margin-right:15px;
    margin-left:15px;
    margin-bottom:50px
}
section#category-list-block .category{
    padding-bottom:30px
}
section#category-list-block .category .image{
    text-align:center;
}
section#category-list-block .category .image:hover,section#category-list-block .category .image:focus,section#category-list-block .category .image:active{
    border-top-color:#aba08e;
    border-left-color:#aba08e;
    border-right-color:#aba08e
}
section#category-list-block .category .image a{
    display:block
}
section#category-list-block .category .image a img{
    margin:0 auto;
    width:100%
}

section#category-list-block .category a.label{
    width: 100%;
    text-align: center;
    display: flex;
    text-transform: uppercase;
    font-family: "open sans", sans-serif;
    color: #6c6a6a;
    padding: 0;
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 2px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
}
section#category-list-block .link__container:hover, section#category-list-block .link__container:hover a, section#category-list-block .category a.label:hover,section#category-list-block .category a.label:focus,section#category-list-block .category a.label:active{
    color:#fff;
    background-color:#b77763;
}

section#category-list-block .link__container {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: center;
    min-height: 90px;
    border-bottom: 1px solid;
}
