h5 {
    margin: 0;
}

h3 {
    margin: 0;
}

p {
    margin: 0;
}

.p2 {
    padding-bottom: 10px;
}

.background-height {
    min-height: 700px;
}

.dog1 img {
    width: 100%;
}

.dog1 {
    width: 55%;
    right: 5%;
    position: absolute;
    bottom: 0;
}

.title2 {
    padding-bottom: 20px;
}

.title3 {
    text-align: center;
}

.feedingtip-info p {
    padding-bottom: 20px;
}

.feedingtip-info p {
    padding-bottom: 20px;
}

.nutrients-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    column-gap: 180px;
    row-gap: 50px;
    padding: 50px 0 0 0;
}

.nutrients-info-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 15%;
}

.nutrients1 img,
.nutrients2 img,
.nutrients3 img,
.nutrients4 img,
.nutrients5 img {
    width: 100%;
    border-radius: 100%;
}

.point1,
.point3 {
    display: flex;
    width: 100%;
    justify-content: center;
}

.point3 {
    flex-direction: row-reverse;
}


.full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow-x: hidden;
}

.full-width2 {
    width: 1010vw;
    margin-left: calc(-50vw + 50%);
    overflow-x: hidden;
}


.blue {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #89b8c2;
    width: 20vw;
    padding: 50px 0;
    text-align: center;

}

.yellow {
    display: flex;
    justify-content: center;
    background: #FBF5DA;
    width: 80vw;
    padding: 100px 50px;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
}

.yellow2 {
    display: flex;
    justify-content: center;
    background: #fff4ad;
    width: 80vw;
    padding: 100px 50px;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
}

.max-width h3 {
    color: white;
}

.save-food {
    display: flex;
}

.safe-food-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    column-gap: 50px;
    row-gap: 50px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.safe-food-info2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    column-gap: 50px;
    row-gap: 50px;
    padding-top: 100px;
    padding-bottom: 140px;
}

.safe-food-info-1 {
    width: 25%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.food1 img,
.food2 img,
.food3 img,
.food4 img,
.food5 img,
.food6 img,
.food7 img,
.food8 img {
    width: 100%;
    border-radius: 40px;
}

.food1,
.food2,
.food3,
.food4,
.food5,
.food6,
.food7,
.food8,
.food9,
.food10,
.food11,
.food12,
.food13,
.food14,
.food15 {
    width: 60%;
}

.faq-answer {
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    align-content: flex-start;
}


.faq-question {
    cursor: pointer;
    text-align: center;
    font-family: 'Concert One';
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    color: #5f2901;
}

.point2 {
    display: none;
}

.full-width3 {
    background: #fff4ad;
    width: calc(80vw - 10%);
    margin-right: auto;
}

.food9 img,
.food10 img,
.food11 img,
.food12 img,
.food13 img,
.food14 img,
.food15 img {
    width: 100%;
    border-radius: 40px;
}




@media screen and (max-width:1200px) {
    .nutrients-info-1 {
        width: 20%;
    }
}

@media screen and (max-width:1100px) {
    .nutrients-info-1 {
        width: 30%;
    }

    .background-height {
        min-height: 550px;
    }
}

@media screen and (max-width:1024px) {

    .food1,
    .food2,
    .food3,
    .food4,
    .food5,
    .food6,
    .food7,
    .food8,
    .food9,
    .food10,
    .food11,
    .food12,
    .food13,
    .food14,
    .food15 {
        width: 80%;
    }

}

@media screen and (max-width:975px) {
    .safe-food-info-1 {
        width: 30%;
    }

}

@media screen and (max-width:950px) {

    .point1,
    .point3 {
        display: flex;
        background: none;
        padding: 0;
        flex-direction: column;
    }

    .blue {
        width: 100vw;
    }

}


@media screen and (max-width:845px) {

    .food1,
    .food2,
    .food3,
    .food4,
    .food5,
    .food6,
    .food7,
    .food8,
    .food8,
    .food9,
    .food10,
    .food11,
    .food12,
    .food13,
    .food14,
    .food15 {
        width: 50%;
    }

    .safe-food-info-1 {
        width: 40%;
    }



    .max-width h3 {
        color: #5f290e;
    }

    .save-food2 {
        display: flex;
        flex-direction: column
    }

    .yellow {
        display: flex;
        justify-content: center;
        background: #FBF5DA;
        width: 80vw;
        padding: 100px 50px;
        row-gap: 60px;
        flex-direction: row;
        flex-wrap: wrap;
        margin: auto;
    }
}






@media screen and (max-width:768px) {
    .info-text-1 {
        width: 100%;
        text-align: left;
    }

    .nutrients-info-1 {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 50px;
    }

    .background-height {
        min-height: 650px;
    }

    .dog1 {
        width: 70%;

    }
}


@media screen and (max-width:660px) {
    .safe-food-info-1 {
        width: 50%;
    }

    .point2 {
        display: block;
        margin-top: 50px;
    }

    .point3 {
        display: none;
    }

    .point1 {
        display: none;
    }



}


@media screen and (max-width:580px) {
    .full-width {
        width: 600vw;
    }

    .safe-food-info-1 {
        width: 80%;
    }



    .food1,
    .food2,
    .food3,
    .food4,
    .food5,
    .food6,
    .food7,
    .food8,
    .food8,
    .food9,
    .food10,
    .food11,
    .food12,
    .food13,
    .food14,
    .food15 {
        width: 30%;
    }

    .background-height {
        min-height: 700px;
    }

    .dog1 {
        width: 70%;

    }


    .point3 {
        display: none;
    }



}


@media screen and (max-width:490px) {
    .nutrients-info-1 {
        gap: 20px;
    }

    .background-height {
        min-height: 500px;
    }

    .dog1 {
        width: 80%;

    }

    .title h5 {
        font-size: 40px;
    }
}

@media screen and (max-width:462px) {
    .background-height {
        min-height: 470px;
    }
}