.exclusiv-zone {
    position: relative;  
    margin: 30px 0 20px 0;
    padding: 40px 0 20px 0;
}
.exclusiv-zone::before {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
    background-position: top;
    background-size: 7px 1px;
    background-repeat: repeat-x;
}
.exclusiv-zone::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ccc;
    background-position: top;
    background-size: 7px 1px;
    background-repeat: repeat-x;
}
.exclusives-label {
    padding: 5px 20px;
    font-size: 17px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: -15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 600;
    background-color: var(--red);
    text-align: center;
    color: var(--white);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.exclusives-label a {
    color: var(--white);
}
.exclusives-label::before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    background-color: #fff;
}
.exclusives-label::after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    background-color: #fff;
}
.subscribe-text {
    font-size: 13px;
    color: var(--meta);
    line-height: 21px;
    font-style: italic;
    position: absolute;
    left: 50%;
    top: 93%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    padding: 0 10px;
}
.exclusiv-article {
    padding: 0px 20px !important;
}
.exclusive-category {
    font-size: 15px;
}
.exclusives-title {
    color: var(--red);
    margin-bottom: 10px;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
}
.exclusives-slider {
    width: 100%;
}
@media screen and (max-width: 920px){
    .subscribe-text {
        width: 90%;
        text-align: center;
    }
}
@media screen and (max-width: 576px){
    .exclusiv-zone article {
        /* border-right: none !important; */
        border-right: 1px solid #ccc;
    }
}
@media screen and (max-width: 519px){
    .subscribe-text {
        top: 88%;
    }
}