.section-list {
    overflow: hidden;
    margin: 20px 0;
}

.section-list-items {
    overflow: hidden;
    padding: 20px 0;
}

.section-list-item {
    width: 360px;
    height: 360px;
    float: left;
    background: #fff;
    margin: 15px;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
}

.section-list-item:hover .section-list-item-title {
    color: #0db30d;
    font-weight: bold;
}

.section-list-item figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.section-list-item .image-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-bottom: 10px;
    transition: .5s background-size;
}

.section-list-item:hover .image-wrapper {
    background-size: 120%;
}

.section-list-item-image {
    width: 100%;
    height: 185px;
    display: block;
    margin-bottom: 10px;
}

.section-list-item-title {
    padding: 0 30px;
    text-decoration: none;
    text-align: center;
    transition: .3s ease color;
}

.blocks9 .img-size {
    width: 40px !important;
    height: 40px !important;
}