.ingredients {
    margin: 80px 0px;
}


@media only screen and (max-width: 768px) {
.ingredients {
    margin: 60px 0px;
}}

