
@media(min-width: 992px) and (max-width: 1366px){
    .cookie-blob1{
        right: -300px;
    }
}

@media(min-width: 992px) and (max-width: 1280px){
    .cookie-blob1{
        right: -350px;
    }
}

@media(max-width: 991px){
    
    .cookie-section1 h1{
        margin: 28px 0 90px;
        max-width: 300px;
        font-size: 38px;
        line-height: 50px;
    }
    
    .cookie-section1 h4{
        margin: 60px 0 12px 0;
    }

    .cookie-blob1{
        min-width: 700px;
        transform: scale(0.65);
        top: -180px;
        left: 30px;
        position: absolute;
    }

    .cookie-blob1 .inner-blob{
        opacity: 0.7;
    }

}

@media(min-width: 768px) and (max-width: 991px){
    .cookie-blob1{
        top: -150px;
        right: -370px;
        left: auto;
        opacity: 0.7;
    }
}