@media only screen and (max-width: 1400px) {
    #ads-fixed,  #discount, #discount3 {
        display: none !important;
    }
}

@media only screen and (max-width: 912px) {

    #prodentim .d-f {
        flex-direction: column;
    }
    #prodentim .d-f .w-6 .text-left, #prodentim .d-f .w-4 {
        text-align: center;
        
    }
    #prodentim .d-f .w-4, #prodentim .d-f .w-6 {
        width: 100%;
    }
    #ads-fixed,  #discount3, #prodentim .container ul {
        display: none !important;
    }
    #prodentim .w-6 {
        width: 100%;
    }

    /* offer */
    .offer .d-f .w-33 h3 {
        font-size: 2.5rem;
    }
    

}

@media only screen and (max-width: 820px) {

    #prodentim .d-f {
        flex-direction: column;
    }
    #prodentim .d-f .w-6 .text-left, #prodentim .d-f .w-4 {
        text-align: center;
        
    }
    #prodentim .d-f .w-4, #prodentim .d-f .w-6 {
        width: 100%;
    }
    #prodentim .w-6 h2 {
        font-size: 28px;
    }
    .offer .d-f .w-33 h3 {
        font-size: 2rem;
    }
    .offer .jb-6 .text-red {
        font-size: 40px;
    }
    .offer .jb-3 p {
        font-size: 1.5rem;
    }
    .offer .w-33 .text-wrapper .w-6 p {
        font-size: 5rem;
    }
    .offer .jb-6 img {
        height: 8rem;
    }

}
@media only screen and (max-width: 720px) {
    #prodentim .d-f {
        flex-direction: column;
    }
    #prodentim .d-f .w-6 .text-left, #prodentim .d-f .w-4 {
        text-align: center;
        
    }
    #prodentim .d-f .w-4, #prodentim .d-f .w-6 {
        width: 100%;
    }

    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    p, li {
        font-size: 18px;
    }
    .container {
        padding: 20px 10px;
    }
    #discount {
        display: none!important;
    }
    .d-b {
        display: none;
    }
    .d-n {
        display: block;
    }
    .offer .text {
        height: 100px;
    }
    .offer .credit-card {
        margin-top: 20px;
    }
    #ingredient .d-f {
        flex-direction: column;
        justify-content: center;
    }
    #ingredient .w-3 {
        text-align: center;
        width: 100%;
    }
    #ingredient .w-7 {
        width: 100%;
    }
    #ingredient .w-7 h3 {
        text-align: center;
    }
    #money-back .container {
        background: none;
        padding: 0;
    }
    #money-back .content h3 {
        font-size: 2rem;
    }
    #money-back .content-sub {
        padding: 170px 0 0 0;
    }
    #you-will a {
        font-size: 1.2rem;
    }
    
}
@media only screen and (max-width: 540px) {
    #prodentim .d-f {
        flex-direction: column;
    }
    #prodentim .d-f .w-6 .text-left, #prodentim .d-f .w-4 {
        text-align: center;
        
    }
    #prodentim .d-f .w-4, #prodentim .d-f .w-6 {
        width: 100%;
    }
    #benefits .d-f {
        flex-direction: column;
    }
    #benefits .d-f .w-5 {
        width: 100%;
        margin-bottom: 20px;
    }
    .offer .d-n .w-6 p {
        font-size: 4rem;
    }
    .offer .d-n .w-4.text-left p {
        font-size: 1.5rem;
    }
    .offer .d-n .fs-24 {
        font-size: 20px;
    }
    #money-back .content h3 {
        font-size: 1.8rem;
    }
    .offer .credit-card p {
        font-size: 1.3rem;
    }
}
@media only screen and (max-width: 420px) {
    h1, h2 {
        font-size: 1.5rem;
    }
    #prodentim .w-6 h2 {
        font-size: 22px;
    }
    #how-does ul li {
        font-size: 20px;
    }
    #how-does ul li::before {
        height: 20px;
        width: 20px;
    }
    .offer .d-n .w-6 p {
        font-size: 3rem;
    }
    .offer .d-n .w-4.text-left p {
        font-size: 1.2rem;
    }
    .offer .d-n .img-wrapper img {
        height: 160px;
    }
    #ingredient ul li {
        font-size: 20px;
        padding-left: 25px;
    }
    #ingredient ul li::before {
        height: 25px;
        width: 25px;
    }
    #ingredient ul li span {
        font-size: 18px;
    }
    #money-back .content h3 {
        font-size: 1.5rem;
    }
    .offer .credit-card p {
        font-size: 1.1rem;
    }
}