.links{
    background: url("/res/homepage/links/links.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 70px;
}
.links-item{
    width: 220px;
    height: 40px;
    margin-right: 25px;
    margin-bottom: 28px;
}
.links-item:nth-child(5n){
    margin-right: 0px;
}

.links-item img{
    width: 100%;
    height:100%;
}

@media (max-width: 768px) {
    .links{
        padding-top: 30px;
        padding-bottom: 0;
    }
    .links-item{
        width: calc(50% - 12px);
        margin:6px;
        font-size: 16px;
        line-height: 1.8;
        height: auto;
    }
    .links .hh-section-main{
        padding-bottom: 20px;
    }
    .links .hh-section-header>.fr{
        width: auto;
    }
}