/* ----------------- Základní pravidla - čerstvost ----------------- */

#cerstvost .text {
    margin-top: 6.0rem;
    margin-bottom: 6.0rem;
}



/* ----------------- Tablet 720px ----------------- */
@media only screen and ((max-width: 1000px) or (orientation: portrait)) {
    /* Sanitace piva */
    #sanitace-piva h3 {
        margin: 0;
        width: 100%;
        color: var(--clr-green);
        font-size: 2.0rem;
        line-height: 2.6rem;
        font-weight: 500;
        text-align: left;
    }

    #cerstvost .text {
        margin-top: 1.0rem;
        margin-bottom: 4.0rem;
    }
    
}


/* ----------------- Mobile 360px ----------------- */
@media only screen and (max-width: 500px) {
    /* Sanitace piva */
    #sanitace-piva h3 {
        font-size: 1.6rem;
        line-height: 2.0rem;
    }
}