.container {
    max-width: 1440px;
    margin: auto;
}

.dogsupplies {
    min-height: 800px;
    background-image: url("../img/supplies/dogbackground.jpg");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.dogcat {
    display: flex;
    justify-content: space-between;
    font-family: "Comic Neue", sans-serif;
    font-style: bold;
}

.dog {
    width: 50%;
    text-align: center;
    background-color: #F8EA94;
    font-size: 20px;
    height: 50px;
    padding-top: 25px;
    border-top: #fff4ad 10px solid;
}

.cat {
    width: 50%;
    text-align: center;
    background-color: #FBF5DA;
    font-size: 20px;
    height: 50px;
    padding-top: 25px;
    border-bottom: #fff4ad 10px solid;
    border-left: #fff4ad 10px solid;
}

.text {
    text-align: center;
}

.text h1 {
    width: 100%;
}

.foodtoy {
    display: flex;
    padding: 20px;
    padding-top: 80px;
    position: relative;
    gap: 50px;
    padding-bottom: 80px;
}

.bone1 {
    position: absolute;
    width: 50%;
    bottom: -820px;
}

.bone1 img {
    max-width: 100%;
    height: auto;
}

.food {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    position: relative;
}

.toy {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.livingout {
    display: flex;
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    gap: 50px;
}

.living {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.outdoor {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.cleanhealth {
    display: flex;
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.cleaning {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.bone2 {
    position: absolute;
    width: 30%;
    bottom: 370px;
    right: 450px;
}

.bone2 img {
    max-width: 100%;
    height: auto;
}

.health {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.bone3 {
    position: absolute;
    width: 25%;
    padding-left: 50px;
    bottom: -2800px;
}

.bone3 img {
    max-width: 100%;
    height: auto;
}

.daily {
    display: flex;
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.hand {
    display: flex;
    position: absolute;
    width: 50%;
    right: 0;
}

.hand img {
    max-width: 100%;
    height: auto;
}

.mobile-supplies {
    display: none;
}

@media screen and (max-width:1400px) {
    .hand {
        display: flex;
        position: absolute;
        bottom: -2942px;
        right: 0;
    }
}

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



    .text h1 {
        font-size: 64px;
    }

    .dogsupplies {
        min-height: 700px;
        background-image: url("../img/supplies/dogbackground.jpg");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #d9c2aa;
    }

    .text {
        text-align: center;
    }

    .foodtoy {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        position: relative;
        gap: 50px;
        padding-bottom: 80px;
    }

    .bone1 {
        position: absolute;
        bottom: -810px;
        width: 15%;
    }

    .bone1 img {
        max-width: 100%;
        height: auto;
    }

    .food {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .toy {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .livingout {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        gap: 50px;
    }

    .living {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        padding-left: 40px;
    }

    .outdoor {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .cleanhealth {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
    }

    .cleaning {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .bone2 {
        position: absolute;
        bottom: 370px;
        right: 550px;
        width: 15%;
    }

    .bone2 img {
        width: 100%;
        height: auto;
    }

    .health {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .bone3 {
        position: absolute;
        left: 50px;
        bottom: -2650px;
    }

    .bone3 img {
        max-width: 70%;
        height: auto;
    }

    .daily {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .hand {
        display: flex;
        position: absolute;
        bottom: -2865px;
        right: 0;
    }

    .hand img {
        max-width: 80%;
        height: auto;
    }

}

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

    .dogsupplies {
        min-height: 650px;
        background-image: url("../img/supplies/dogbackground.jpg");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #d9c2aa;
    }

    .text h1 {
        font-size: 64px;
    }

    .dogsupplies img {
        max-width: 100%;
        height: auto;
    }

    .text {
        text-align: center;
    }

    .foodtoy {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        position: relative;
        gap: 50px;
        padding-bottom: 80px;
    }

    .bone1 {
        position: absolute;
        width: 20%;
        bottom: -750px;
    }

    .bone1 img {
        width: 100%;
    }

    .bone1 img {
        max-width: 70%;
        height: auto;
    }

    .food {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .toy {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .livingout {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        gap: 50px;
    }

    .living {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        padding-left: 30px;
    }

    .living img {
        max-width: 90%;
        height: auto;
    }

    .outdoor {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .outdoor img {
        max-width: 80%;
        height: auto;
    }

    .cleanhealth {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
    }

    .cleaning {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .cleaning h3 {
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }

    .bone2 {
        position: absolute;
        width: 20%;
        left: 420px;
    }

    .bone2 img {
        width: 100%;
    }

    .bone2 img {
        max-width: 70%;
        height: auto;
    }

    .health {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .bone3 {
        position: absolute;
        width: 40%;
    }

    .bone3 img {
        width: 100%;
    }

    .bone3 img {
        max-width: 60%;
        height: auto;
    }

    .daily {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }


    .hand {
        display: flex;
        position: absolute;
        bottom: -2865px;
        right: 0;
    }

    .hand img {
        max-width: 80%;
        height: auto;
    }

}

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

    .dogsupplies {
        min-height: 580px;
        background-image: url("../img/supplies/dogbackground.jpg");
        background-size: 100%;
        background-position: bottom right;
        background-repeat: no-repeat;
        background-color: #d9c2aa;
    }

    .text h1 {
        font-size: 64px;
    }

    .dogsupplies img {
        max-width: 100%;
        height: auto;
    }

    .text {
        text-align: center;
    }

    .foodtoy {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        position: relative;
        gap: 50px;
        padding-bottom: 80px;
    }

    .bone1 {
        position: absolute;
        width: 20%;
        bottom: -650px;
    }

    .bone1 img {
        width: 100%;
    }

    .bone1 img {
        max-width: 60%;
        height: auto;
    }

    .food {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .food h3 {
        font-size: 30px;
    }

    .toy {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .toy h3 {
        font-size: 30px;
    }

    .livingout {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        gap: 50px;
    }

    .living {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        padding-left: 30px;
    }

    .living h3 {
        font-size: 30px;
    }

    .living img {
        max-width: 90%;
        height: auto;
    }

    .outdoor {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .outdoor h3 {
        font-size: 30px;
    }

    .outdoor img {
        max-width: 80%;
        height: auto;
    }

    .cleanhealth {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
    }

    .cleaning {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .cleaning img {
        max-width: 50%;
        height: auto;
    }

    .cleaning h3 {
        font-size: 30px;
    }

    .bone2 {
        position: absolute;
        bottom: 370px;
        left: 360px;
        width: 18%;
    }

    .bone2 img {
        width: 100%;
        height: auto;
    }

    .health {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .health h3 {
        font-size: 30px;
    }

    .health img {
        max-width: 75%;
        height: auto;
    }

    .bone3 {
        position: absolute;
        left: 10px;
        bottom: -2500px;
        width: 45%;
    }

    .bone3 img {
        width: 100%;
        height: auto;
    }

    .daily {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .daily h3 {
        font-size: 30px;
    }

    .hand {
        display: flex;
        position: absolute;
        bottom: -2865px;
        right: 0;
    }

    .hand img {
        max-width: 80%;
        height: auto;
    }
}

@media screen and (max-width:800px) {
    .dogsupplies {
        min-height: 450px;
        background-image: url("../img/supplies/dogbackground.jpg");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #d9c2aa;
    }

    .dogcat {
        display: flex;
        justify-content: space-between;
        font-family: "Comic Neue", sans-serif;
        font-style: bold;
    }

    .dog {
        width: 50%;
        text-align: center;
        background-color: #FBF5DA;
        font-size: 20px;
        height: 50px;
        padding-top: 25px;
        border-top: #fff4ad 10px solid;
    }

    .cat {
        width: 50%;
        text-align: center;
        background-color: #F8EA94;
        font-size: 20px;
        height: 50px;
        padding-top: 25px;
        border-bottom: #fff4ad 10px solid;
        border-left: #fff4ad 10px solid;
    }


    .dogsupplies {
        display: block;
    }

    .mobile-supplies {
        display: block;
    }

    .table-supplies {
        display: none;
    }

    .text h1 {
        font-size: 45px;
    }

    .text {
        text-align: center;
    }

    .food {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .daily-box,
    .cleaning-box,
    .living-box,
    .food-box {
        background-color: #FBF5DA;
        align-items: center;
        display: flex;
        justify-content: center;
    }


    .toy-box,
    .outdoor-box,
    .health-box {
        background-color: #F8EA94;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .doghand {
        display: none;
    }

    .phonebone1 {
        position: absolute;
        width: 20%;
        bottom: -420px;
        left: 20px;
    }

    .phonebone1 img {
        position: relative;
        width: 100%;
    }

    .bglightyellow {
        display: flex;
        flex-direction: column;
    }

    .toy {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .phonebone2 {
        position: absolute;
        width: 20%;
        bottom: -920px;
        left: 20px;
    }

    .phonebone2 img {
        position: relative;
        width: 100%;
    }

    .living {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .phonebone3 {
        position: absolute;
        width: 25%;
        bottom: -1700px;
        right: 20px;
    }

    .phonebone3 img {
        position: relative;
        width: 100%;
    }

    .outdoor {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .cleaning {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .cleaning img {
        max-width: 70%;
        height: auto;
    }

    .phonebone4 {
        position: absolute;
        width: 30%;
        bottom: -2850px;
        left: 20px;
    }

    .phonebone4 img {
        position: relative;
        width: 100%;
    }

    .health {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .phonebone5 {
        position: absolute;
        width: 20%;
        bottom: -3580px;
        right: 20px;
    }

    .phonebone5 img {
        position: relative;
        width: 100%;
    }

    .daily {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .doghand2 {
        display: none;
    }

}

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

    .dogsupplies {
        min-height: 400px;
        background-image: url("../img/supplies/dogbackground.jpg");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #d9c2aa;
    }

    .food {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 50%;
    }

    .living {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 60%;
    }

    .outdoor {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 60%;
    }

    .cleaning {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 80%;
    }

    .doghand {
        position: absolute;
        width: 15%;
        right: 30px;
        bottom: 20px;
    }

    .health {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 60%;
    }

    .doghand img {
        position: relative;
        width: 100%;
    }

    .phonebone4 {
        position: absolute;
        width: 20%;
        bottom: -2750px;
        left: 20px;
    }

    .phonebone5 {
        position: absolute;
        width: 20%;
        bottom: -3400px;
        right: 20px;
    }

    .doghand2 {
        position: absolute;
        width: 15%;
        left: 80px;
        bottom: -3135px;
    }

}

@media screen and (max-width:650px) {
    .doghand {
        position: absolute;
        width: 15%;
        right: 40px;
        bottom: 30px;
    }

    .doghand2 {
        position: absolute;
        width: 15%;
        left: 80px;
        bottom: -3105px;
    }
}

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

    .doghand {
        position: absolute;
        width: 15%;
        right: 40px;
        bottom: 185px;
    }


    .dogsupplies {
        min-height: 350px;
        background-image: url("../img/supplies/dogbackground.jpg");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #d9c2aa;
    }

    .text h1 {
        position: relative;
        font-size: 36px;
    }

    .text {
        text-align: center;
    }

    .food {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 60%;
    }

    .food img {
        width: 100%;
    }

    .food h3 {
        font-size: 30px;
        text-align: center;
    }

    .food ul {
        padding-left: 50px;
        font-size: 16px;
    }

    .bgdarkyellow2 {
        display: flex;
        flex-direction: column;
    }

    .doghand img {
        position: absolute;
        width: 100%;
    }

    .phonebone1 {
        position: absolute;
        width: 20%;
        bottom: -20px;
        right: 30px;
    }

    .phonebone1 img {
        position: relative;
        width: 100%;
    }

    .bglightyellow {
        display: flex;
        flex-direction: column;
    }

    .toy {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 60%;
    }

    .toy img {
        width: 100%;
    }

    .toy h3 {
        font-size: 30px;
        text-align: center;
    }

    .toy ul {
        padding-left: 50px;
        font-size: 16px;
    }

    .phonebone2 {
        position: absolute;
        width: 20%;
        bottom: -720px;
        left: 20px;
    }

    .phonebone2 img {
        position: relative;
        width: 100%;
    }

    .living {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 70%;
    }

    .living img {
        width: 100%;
    }

    .living h3 {
        font-size: 30px;
        text-align: center;
    }

    .living ul {
        padding-left: 50px;
        font-size: 16px;
    }

    .phonebone3 {
        position: absolute;
        width: 20%;
        bottom: -1350px;
        right: 20px;
    }

    .phonebone3 img {
        width: 100%;
    }

    .outdoor {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 70%;
    }

    .outdoor img {
        width: 100%;
    }

    .outdoor h3 {
        font-size: 30px;
        text-align: center;
    }

    .outdoor ul {
        padding-left: 50px;
        font-size: 16px;
    }

    .cleaning {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 70%;
    }

    .cleaning img {
        width: 100%;
    }

    .cleaning h3 {
        font-size: 30px;
        text-align: center;
        padding: 0px 0;
    }

    .cleaning ul {
        padding-left: 50px;
        font-size: 16px;
    }


    .phonebone4 {
        position: absolute;
        width: 25%;
        bottom: -2880px;
        left: 30px;
    }

    .phonebone4 img {
        width: 100%;
    }

    .health {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 80%;
    }

    .health img {
        width: 100%;
    }

    .health h3 {
        font-size: 30px;
        text-align: center;
        padding: 0px 0;
    }

    .health ul {
        padding-left: 50px;
        font-size: 16px;
    }

    .phonebone5 {
        position: absolute;
        width: 20%;
        bottom: -3180px;
        right: 20px;
    }

    .phonebone5 img {
        width: 100%;
    }

    .daily {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 50px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 60%;
    }

    .daily img {
        width: 100%;
    }

    .daily h3 {
        font-size: 30px;
        text-align: center;
        padding: 0px 0;
    }

    .daily ul {
        padding-left: 50px;
        font-size: 16px;
    }


    .doghand2 {
        position: absolute;
        width: 15%;
        left: 60px;
        bottom: -3100px;
    }

    .doghand2 img {
        width: 100%;
    }

}

@media screen and (max-width:500px) {
    .dogsupplies {
        min-height: 300px;
        background-image: url(../img/supplies/dogbackground.jpg);
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #d9c2aa;
    }

    .doghand {
        position: absolute;
        width: 15%;
        right: 40px;
        bottom: 235px;
    }
}

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

    .dogsupplies {
        min-height: 250px;
        background-image: url("../img/supplies/dogbackground.jpg");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #d9c2aa;
    }

    .text h1 {
        font-size: 24px;
    }

    .text {
        text-align: center;
    }

    .food {
        display: flex;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 60%;
    }

    .food img {
        width: 100%;
    }

    .food h3 {
        font-size: 30px;
        text-align: center;
    }

    .food ul {
        padding-left: 50px;
        font-size: 13px;
    }

    .bgdarkyellow2 {
        display: flex;
        flex-direction: column;
    }

    .doghand {
        position: absolute;
        width: 15%;
        right: 40px;
        bottom: 215px;
    }

    .doghand img {
        position: relative;
        width: 100%;
    }

    .phonebone1 {
        position: absolute;
        width: 20%;
        bottom: -100px;
        right: 10px;
    }

    .phonebone1 img {
        width: 100%;
    }

    .bglightyellow {
        display: flex;
        flex-direction: column;
    }

    .toy {
        display: flex;
        padding: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 60%;
    }

    .toy img {
        width: 100%;
    }

    .toy h3 {
        font-size: 30px;
        text-align: center;
    }

    .toy ul {
        padding-left: 50px;
        font-size: 13px;
    }

    .phonebone2 {
        display: none;
    }

    .living {
        display: flex;
        padding: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 70%;
    }

    .living img {
        width: 100%;
    }

    .living h3 {
        font-size: 30px;
        text-align: center;
    }

    .living ul {
        padding-left: 50px;
        font-size: 16px;
    }

    .phonebone3 {
        display: none;
    }

    .outdoor {
        display: flex;
        padding: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 70%;
    }

    .outdoor img {
        width: 100%;
    }

    .outdoor h3 {
        font-size: 30px;
        text-align: center;
    }

    .outdoor ul {
        padding-left: 50px;
        font-size: 16px;
    }

    .cleaning {
        display: flex;
        padding: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 90%;
    }

    .cleaning img {
        width: 100%;
    }

    .cleaning h3 {
        font-size: 30px;
        text-align: center;
        padding: 0px 0;
    }

    .cleaning ul {
        padding-left: 50px;
        font-size: 16px;
    }


    .phonebone4 {
        position: absolute;
        width: 25%;
        bottom: -2100px;
        left: 20px;
    }

    .phonebone4 img {
        width: 100%;
    }

    .health {
        display: flex;
        padding: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 70%;
    }

    .health img {
        width: 100%;
    }

    .health h3 {
        font-size: 30px;
        text-align: center;
        padding: 0px 0;
    }

    .health ul {
        padding-left: 50px;
        font-size: 16px;
    }

    .phonebone4 {
        position: absolute;
        width: 25%;
        bottom: -2250px;
        left: 20px;
    }

    .phonebone5 {
        position: absolute;
        width: 20%;
        bottom: -2580px;
        right: 10px;
    }

    .phonebone5 img {
        width: 100%;
    }

    .daily {
        display: flex;
        padding: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 55%;
    }

    .daily img {
        width: 100%;
    }

    .daily h3 {
        font-size: 30px;
        text-align: center;
        padding: 0px 0;
    }

    .daily ul {
        padding-left: 50px;
        font-size: 16px;
    }


    .doghand2 {
        position: absolute;
        width: 15%;
        left: 50px;
        bottom: -2442px;
    }

    .doghand2 img {
        width: 100%;
    }

}