.wrapper{
    background: url("/frontend/images/other/bg.jpg") center top;
    background-size: auto 100%;
}
main{
    padding: 50px 0;
}
main img{
    max-width: 100%;
}
.other-item__icon img {
    transform: scale(1.3);
    pointer-events: none;
}
.other-item__btn a:hover img{
    filter: brightness(120%);
}
.other-item{
    display: inline-block;
    max-width: 100%;
    width: 400px;
}
.other-item__btn img{
    width: 270px;
}
@media only screen and (max-width: 500px) {
    .other-item{
        display: inline-block;
        max-width: 100%;
        width: 400px;
    }
    .other-item__btn img{
        width: 80%;
    }
}