.footer {
    margin-top: 0 !important;
}

.header {
    position: absolute;
}

.deg-container {
    height: 135vh;
    background-image: url('img/sfondo-degustazione.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    padding: 10% 40% 0 5%;
}

.tit-deg {
    color: #F5C5C8;
    font-family: 'moda';
    font-size: 200px;
    font-weight: 400;
}

.txt-deg {
    color: white;
    font-family: 'gotham';
    font-size: 20px;
}

.box-info-deg {
    background-color: rgba(110, 19, 18, 0.45);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5%;
    width: 60%;
    border-radius: 15px;
    backdrop-filter: blur(8px);
    margin-top: 10%;
}

.box-info-deg img {
    width: 15%;
    margin-right: 10%;
}

.txt-box {
    color: white;
}

.txt-box h2, .txt-box h3 {
    font-family: 'moda';
    color: #F5C5C8;
}

.txt-box h2 {
    font-size: 35px;
}

.txt-box h3 {
    font-size: 25px;
    margin-top: 10%;
}

.txt-box p {
    font-family: 'gotham';
    font-size: 18px;
}

@media (max-width: 1366px) and (min-width: 1025px) {
    .tit-deg {
        font-size: 150px;
    }

    .box-info-deg {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .deg-container {
        padding: 20% 5% 0 5%;
        background-size: contain;
        height: 105vh !important;
    }

    .tit-deg {
        font-size: 125px;
    }

    .txt-deg {
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    .deg-container {
        padding: 25% 5% 0 5%;
        background-size: cover;
        background-position: center left;
        height: 115vh;
    }

    .tit-deg {
        font-size: 60px;
    }

    .txt-deg {
        font-size: 18px;
    }

    .box-info-deg {
        width: 100%;
    }

    .txt-box p {
        font-size: 16px;
    }
}