@media (min-width: 481px) {
    .u-header .u-text-1.mobile {
       display: none;
    }
    .u-header .u-text-1.desktop {
        display: table;
    }
}
@media (max-width: 480px) {
    body {
        overflow-x: hidden;
    }
    .u-header {
        padding: 20px;
    }
    .u-header .u-image-1 {
        height: auto;
        margin: 0 auto 0 0;
    }
    .u-header .u-logo-image-1 {
        height: 60px;
        width: auto;
    }
    .u-header .u-menu-1 {
        margin: 0; 
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
    }
    .u-sheet.u-sheet-1 {
        margin: 0;
        width: 100%;
        min-height: 0;
    }
    .u-header .u-text-1 {
        margin: 40px auto 0 auto;
        font-size: 42px;
        text-align: center;
    }
    .u-header .u-text-1.mobile {
        display: block;
    }
    .u-header .u-text-1.desktop {
        display: none;
    }
    .u-section-1 .u-text-1 {
        margin: 0 auto;
        padding: 0 15px;
        text-align: center;
        width: 100%;
    }
    .u-section-1 .u-form-1 {
        width: 100%;
        padding: 0 20px;
    }
    .u-section-1 .u-text-2 {
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }
    .batch-number-bottle {
        width: 100%;
    }
}