.cta-1 a.button {
    margin: 0px;
    float: right;
}
.cta-1 .heading-margin-bottom {
    margin-bottom: 15px;
}
.cta-1 .bottle_background .row.mask:after {
    content: '';
    background: var(--evergreen);
    position: absolute;
    top: 0px;
    width: 400px;
    height: 100%;
    right: 0;
    clip-path: polygon(30% 0%, 70% 0%, 99.6% 0%, 100.1% 100.3%, 70% 100%, 30% 100%, 16.7% 100.3%, 0.2% 57%);
}
.cta-1 .bottle_background .row.mask > div {
    /* position: relative; */
    z-index: 1;
}
.cta-1 .white_background .container-padding {
    padding: 0px;
}
.cta-1 .white_background > div {
    padding: 0px;
}
@media(min-width: 767.98px) {
    .cta-1 a.button.primary {
        background-color: var(--white);
        color: var(--evergreen);
    }

    .cta-1 a.button.primary:hover {
        background-color: transparent;
        border-color: var(--white);
        color: var(--white);
    }
}
@media(max-width: 1199.98px){
    .cta-1 .bottle_background .row.mask:after {
        width: 300px;
    }
}
@media(max-width: 991.98px){
    .cta-1 .bottle_background .row.mask:after {
        width: 250px;
    }
}
@media(max-width: 767.98px){
    .cta-1 a.button {
        float: left;
        margin-top: 15px;
    }
    .cta-1 .heading-margin-bottom {
        margin-bottom: 10px;
    }
    .cta-1 .bottle_background .row.mask:after {
        display: none;
    }
}