.home-content .nux-vouchers-container {
    background-image: url(https://static.magicpin.com/samara/static/images/inapp/nux_vouchers_container_background.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px 8px 16px 8px;
    width: 70%;
    margin: auto;
    margin-bottom: 24px;
}

.nux-voucher-holder .nux-voucher-card {
    background-image: url(https://static.magicpin.com/samara/static/images/inapp/nux_voucher_background.svg);
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    height: 110px;
    width: 288px;
    margin-right: 8px;
    margin-top: 4px;
}

.nux-voucher-card .merchant-logo {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 34px;
    left: 24px;
}

.nux-voucher-card .merchant-info {
    position: absolute;
    top: 18px;
    left: 104px;
    height: 100%;
    margin-right: 10px;
}

.nux-voucher-card .description {
    display: block;
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    line-height: 16px;
}

.nux-voucher-card .voucher-info {
    display: block;
    position: absolute;
    bottom: 32px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    line-height: 16px;
}

.nux-vouchers-container .nux-header {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-left: 8px;
}

.nux-vouchers-container .nux-voucher-holder {
    margin-top: 8px;
    overflow: auto;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.nux-voucher-card .voucher-info.save-percent {
    font-weight: 500;
    color: #821dff;
}

@media (max-width: 800px) {
    .home-content .nux-vouchers-container {
        width: 100%;
    }
}