.home-container {
    display: flex;
    margin-top: 200px;
    min-height: 30vh;
    width: 80%;
}

.home-description {
    font: normal normal normal 15px/20px Roboto;
    letter-spacing: 0;
    color: #626262;
}

.home-illustration {
    width: 291px;
    height: 100%;
    object-fit: contain;
}

.home-container-2 {
    margin-top: 80px;
    align-items: center;
    justify-content: center;
    width: 95%;
    display: flex;
    height: 495px;
    position: relative;
}

.home-2-background {
    background: white;
    display: flex;
    height: 360px;
    width: 80%;
}

.home2-dishes-container {
    width: 100%;
    position: absolute;
    height: 495px;
    display: flex;

}

.burger-image {
    object-fit: contain;
    width: 20vw;
    height: 495px;
}

.pasta-image {
    object-fit: contain;
    width: 15vw;
    height: 495px;
}

.home-2-title {
    font: normal normal 300 2vw/50px Roboto Slab;
    letter-spacing: 0;
    color: #AAAAAA;
    opacity: 1;
}

.home2-title-large {
    font: normal normal bold 4vw/126px Roboto Slab;
    letter-spacing: 0;
    color: #777777;
}

.home-2-buttons-container {
    justify-content: flex-end;
    align-items: flex-end;
    width: 75%;
    position: absolute;
    height: 400px;
    display: flex;
}


.schedule-container {
    height: 733px;
}

.home-3-time-container {
    margin-top: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 125px;
    background: white;
    padding-left: 27px;
}

.home-3-day {
    font: normal normal 300 40px/50px Roboto Slab;
    letter-spacing: 0;
    color: #AAAAAA;
}

.home-3-time {
    font: normal normal bold 40px/50px Roboto Slab;
    letter-spacing: 0;
    color: #AAAAAA;
}

.home-3-cocktail {
    object-fit: contain;
    height: 733px;
    width: 20vw;
}

@media (max-width: 986px) {
    .home-container {
        flex-flow: column;
        margin-top: 210px;
    }

    .home-illustration {
        margin-top: 10px;
        align-self: center;
    }

    .home-container-2 {
        margin-top: 0;
        height: 650px;
    }

    .home-2-text-container {
        margin-left: unset;
        align-items: center;
    }

    .home-2-title {
        font: normal normal 300 15px/26px Roboto Slab;
    }

    .home2-title-large {
        font: normal normal bold 6vw/30px Roboto Slab;
        align-self: flex-start;
    }

    .home-2-background {
        justify-content: center;
    }

    .home2-dishes-container {
        height: 100%;
        align-items: center;
        flex-flow: column;
    }

    .burger-image {
        object-fit: contain;
        width: 224px;
        height: 495px;
    }

    .pasta-image {
        width: 250px;
        height: 430px;
    }

    .home-2-buttons-container {
        height: 100%;
    }

    .main-button {
        height: 55px;
    }

    .secondary-button {
        height: 55px;
    }

    .schedule-container {
        height: 433px;
    }

    .home-3-day {
        font: normal normal 300 23px/30px Roboto Slab;
    }

    .home-3-time {
        font: normal normal bold 30px/40px Roboto Slab;
    }

    .home-3-cocktail {
        object-fit: contain;
        margin-top: 50px;
        height: 433px;
        width: 82px;
    }
}