.static-page h2 {
    font-weight: bold;
}
.static-page h3 {
    font-size: 16px;
}
.static-page .plates {
    margin-bottom: 60px;
}
.static-page .plates .item {
    border: 1px solid #dee2e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    height: 100%;
    position: relative;

}
.static-page .plates .item a {
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.static-page .plates .item .img-wrap {
    height: 80px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.static-page .plates .item img {
    max-width: 100%;
    max-height: 80px;
    padding: 0 20px;
}
