.subscribe-item-checkbox input:before {
    border-radius: 2px;
    background-color: #ebebeb;
    content: '';
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    width: 100%;
    height: 100%;
}
.subscribe-item-checkbox input:checked::before {
    background-color:  #ebebeb;
    background-image: url("/local/templates/template/i/checkbox.png");
    width: 100%;
    height: 100%;
    background-size: auto;
}
.subscribe-wrapper .dds-banner-plane img {
    position: absolute;
    left: 38%;
    top: 19%;
}
.subscribe-wrapper .banner h2 {
    width: 17%;
}
.privacy-item input:checked::before {
    background-color:  #ebebeb;
    background-image: url("/local/templates/template/i/checkbox.png");
    width: 100%;
    height: 100%;
    background-size: auto;
    border-radius: 4px;
}
.privacy-item input:before {
    background-color: #ebebeb;
    content: '';
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
@media screen and (max-width: 479px) {
    .subscribe-wrapper .banner h2 {
        width: 100%;
        text-align: center;
        color: white;
    }
    .subscribe-wrapper .dds-banner-plane img {
        position: absolute;
        left: 34%;
        top: 8%;
    }
    .privacy-block {
         display: block;
         font-size: 14px;
    }
}

