* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

img {
    max-width: 100%;
}

.main-content .head-section {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    row-gap: 24px;
    background-size: cover;
    background-position: center;
    background-image: url(./img/bg-top-mobile.webp);
    height: 100vw;
    padding-bottom: 48px;
}

.main-content .head-section .stock-logo {
    width: 100px;
}

.main-content .head-section .prosecco-logo {
    width: 210px;
}

.main-content .content-section {
    background-size: cover;
    background-position: top;
    background-image: url(./img/bg-bottom-mobile.webp);
    padding: 110px 40px;
    color: #765f39;
}

.main-content .content-section .mobile-product-top {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.main-content .content-section .mobile-product-top h1 {
    font-size: 34px;
    font-style: italic;
    font-weight: 700;
    margin: 0;
}

.main-content .content-section .mobile-product-top img {
    position: relative;
    z-index: 2;
    height: 430px;
}

.main-content .content-section .table-outer {
    position: relative;
    margin-top: -70px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.23) 0 0 30px;
    padding-top: 32px;
    padding-bottom: 16px;
}

.main-content .content-section .table-outer h1 {
    display: none;
}

.main-content .content-section .table-outer h4 {
    position: relative;
    color: #fff;
    z-index: 1;
    font-size: 12px;
    padding: 6px 20px;
}

.main-content .content-section .table-outer img {
    display: none;
}

.main-content .content-section .table-outer table {
    width: calc( 100% - 48px );
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 28px;
    margin-right: 20px;
}

.main-content .content-section .table-outer table tr {
    border-bottom: 1pt dotted #765f39;
}

.main-content .content-section .table-outer table td {
    padding: 2px 4px;
}

.main-content .content-section .table-outer table td:last-child {
    vertical-align: bottom;
}

.main-content .content-section .table-outer table td:first-child {
    vertical-align: top;
}

.main-content .content-section .table-outer table td span {
    padding-left: 6px;
}

.main-content .content-section .table-outer table td span.sec {
    padding-left: 12px;
}

.main-content .content-section .table-outer p, .main-content .content-section .table-outer td {
    font-size: 10px;
}

.main-content .content-section .table-outer p {
    margin: 10px 0;
    padding-left: 28px;
    padding-right: 20px;
}

.main-content .content-section .table-outer h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc( 100% - 16px );
    background-color: #765f39;
    z-index: -1;
}

@media screen and (min-width: 1020px) {
    .main-content .head-section {
        background-image: url(./img/bg-top-desktop.webp);
        min-height: 600px;
        height: 100vh;
        padding-bottom: 160px;
    }

    .main-content .head-section .stock-logo {
        width: calc( 280px * 0.6 );
    }

    .main-content .head-section .prosecco-logo {
        width: calc( 580px * 0.6 );
    }

    .main-content .content-section {
        padding: 240px 0;
        background-image: url(./img/bg-bottom-desktop.webp);
        background-position: center -200px;
    }

    .main-content .content-section .mobile-product-top {
        display: none;
    }

    .main-content .content-section .table-outer {
        margin: 0 auto;
        width: 860px;
        margin-top: 0;
    }

    .main-content .content-section .table-outer img {
        display: block;
        position: absolute;
        left: -120px;
        top: 80px;
        height: 660px;
        z-index: 3;
    }

    .main-content .content-section .table-outer h1 {
        display: block;
        font-size: 44px;
        padding-left: 160px;
        margin: 0;
        margin-bottom: 24px;
    }

    .main-content .content-section .table-outer h4 {
        font-size: 28px;
        margin: 0;
        padding-left: 160px;
    }

    .main-content .content-section .table-outer table {
        margin: 24px 0;
        margin-left: 160px;
        margin-right: 60px;
        width: calc( 100% - 220px );
    }

    .main-content .content-section .table-outer table td {
        font-size: 24px;
    }

    .main-content .content-section .table-outer table td span {
        padding-left: 20px;
    }

    .main-content .content-section .table-outer table td span.sec {
        padding-left: 40px;
    }

    .main-content .content-section .table-outer p {
        margin: 10px 0;
        font-size: 18px;
        padding-left: 160px;
    }
}

@media screen and (min-width: 1590px) {
    .main-content .content-section {
        background-position: center -300px;
    }
}

@media screen and (min-width: 1900px) {
    .main-content .head-section {
        min-height: 600px;
        height: 100vh;
        padding-bottom: 240px;
    }

    .main-content .head-section .stock-logo {
        width: 280px;
    }

    .main-content .head-section .prosecco-logo {
        width: 580px;
    }

    .main-content .content-section {
        padding: 400px 0;
        background-position: center -200px;
    }

    .main-content .content-section .table-outer {
        width: 1190px;
    }

    .main-content .content-section .table-outer img {
        left: -150px;
        top: 100px;
        height: 860px;
    }

    .main-content .content-section .table-outer h1 {
        font-size: 62px;
        padding-left: 240px;
        margin-bottom: 40px;
    }

    .main-content .content-section .table-outer h4 {
        font-size: 40px;
        padding-left: 240px;
    }

    .main-content .content-section .table-outer table {
        margin: 32px 0;
        margin-left: 240px;
        margin-right: 80px;
        width: calc( 100% - 320px );
    }

    .main-content .content-section .table-outer table td {
        font-size: 31px;
    }

    .main-content .content-section .table-outer table td span {
        padding-left: 30px;
    }

    .main-content .content-section .table-outer table td span.sec {
        padding-left: 60px;
    }

    .main-content .content-section .table-outer p {
        margin: 20px 0;
        font-size: 25px;
        padding-left: 240px;
    }
}