@media (resolution: 1.5dppx){
    .w-75{
        width: 50% !important;

    }
    .w-35{
        width: 20% !important;
    }
    .right-minus-0px{
        right: 100px !important;
        bottom: -10px !important;
    }
    .left-minus-0px{
        left: 100px !important;
        bottom: -20px !important;
    }
    h1{
        font-size: 3.2rem !important;
    }
    .cover-background{
        height: 40vh !important;
    }
    .align-items-lg-end{
        align-items: center !important;
    }
    section{
        padding-bottom: 20px !important;
    }
    .newsletter-style-04{
        width: 75% !important;
    }
  
}
@media (resolution: 1.25dppx){
    .w-75{
        width: 50% !important;

    }
    .w-35{
        width: 20% !important;
    }
    .right-minus-0px{
        right: 100px !important;
        bottom: -10px !important;
    }
    .left-minus-0px{
        left: 100px !important;
        bottom: -20px !important;
    }
    h1{
        font-size: 3.2rem !important;
    }
    .cover-background{
        height: 40vh !important;
    }
    .align-items-lg-end{
        align-items: center !important;
    }
    section{
        padding-bottom: 20px !important;
    }
    .newsletter-style-04{
        width: 75% !important;
    }
}