.cookes-cta-block {
    padding: 20px 0 120px 0;
    position: relative;
    margin-bottom: 30px;
}

.cookes-cta-img-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.cookes-cta-block img {
    width: 100%;
}

.cookes-cta-block .cookes-cta-content {
    width: 100%;
    background: #fbac25;
    padding: 4rem 3rem;
}

@media only screen and (max-width: 900px) {

    .cookes-cta-content {
        width: 100vw !important;
        margin-left: calc(-50vw + 50%);
    }
}

@media only screen and (min-width: 901px) {

    .cookes-cta-block .cookes-cta-content {
        position: absolute;
        width: 50%;
        bottom: 0;
        right: 0;
    }
}
