h3 {
    margin: 0;
}

h5 {
    margin: 0;
}

.abouttext {
    width: 44%;
    margin: 0;
}

.container1kyellow {
    padding-top: 30px;
    min-height: 457px;
}

.suitable {
    text-align: center;

}

ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.suitablepoints {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 120px;
}

.suitablepoints2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.cat-hand {
    width: 30px;
    height: 30px;
}

.highlight {
    padding-bottom: 70px;
    text-align: center;
}

.button1 {
    background-color: #89B8C2;
    font-family: "Winky Rough", "Comic Neue", sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #5f290e;
    width: 322px;
    height: 335px;
    border: none;
    border-radius: 60px;
    position: relative;
    border-bottom: 20px solid;
    border-bottom-color: #5A7D84;
    position: relative;
}

.button-highlight {
    display: flex;
    justify-content: space-around;
    padding-bottom: 150px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}

.button1:hover {
    background-color: #B1CED5;
    color: #8C5214;
}


.shihtzu {
    text-align: right;
    padding-top: 70px;
    padding-right: 40px;
    align-items: center;
}

.golden-retriever {
    padding-top: 70px;
    text-align: center;
}

.siberian-husky {
    width: 50%;
    padding-top: 70px;
    padding-left: 40px;
}

.dog1 {
    position: absolute;
    bottom: 30px;
    right: 150px;
    width: 26%;
}

.paw1 {
    position: absolute;
    top: 0;
    right: 70px;
    width: 7%;

}

.bone1 {
    position: absolute;
    top: 130px;
    right: 550px;
    width: 10%;
}

.bone2 {
    position: absolute;
    bottom: 0px;
    left: 130px;
    width: 20%;
}

.bone3 {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 12%;
}

.bone4 {
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 12%;
}

.dog2 {
    position: absolute;
    bottom: -25px;
    left: -50px;
    width: 65%;
}

.dog3 {
    position: absolute;
    bottom: -75px;
    right: -50px;
    width: 90%;
}

.dog4 {
    position: absolute;
    bottom: -35px;
    right: -50px;
    width: 65%;
}

.bone5 {
    position: absolute;
    bottom: 0;
    right: 70px;
    width: 12%;
}

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

.paw3 {
    position: absolute;
    bottom: 0;
    right: 0;
}


.paw1 img,
.dog1 img,
.bone1 img,
.bone2 img,
.bone3 img,
.bone4 img,
.bone5 img,
.dog2 img,
.dog3 img,
.dog4 img,
.paw3 img {
    width: 100%;
    height: auto;
}

.suitablepoints3 {
    display: none;
}

.paw3 {
    display: none;
}

.paw2 {
    display: none;
}

.paw2 {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 7%;
}


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

@media screen and (max-width:1080px) {
    .suitablepoints {
        display: none;
    }

    .suitablepoints2 {
        display: none;
    }

    .suitablepoints3 {
        display: block;

    }

    .suitablepoints3 ul {
        row-gap: 30px;
    }

    .dog1 {
        bottom: 30px;
        right: 50px;
        width: 35%;
    }

    .bone1 {
        display: none;
    }

    .paw2 {
        display: block;
    }


}

@media screen and (max-width:768px) {
    .abouttext {
        width: 70%;
        margin: 0;
        padding-top: 20px;
    }

    .bone3 {
        width: 20%;
    }

    .bone4 {
        width: 15%;
    }

    .bone2 {
        width: 30%;
    }

    .paw2 {
        width: 10%;
    }

    .background-height {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .button1 {
        font-size: 30px;
    }

    .bone5 {
        display: none;
    }

    .paw3 {
        display: block;
    }
}

@media screen and (max-width:414px) {
    .dog1 {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 40%;
    }

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

    .abouttext {
        width: 100%;
    }

    .bone2 {
        display: none;
    }




}

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

    .bone1 {
        display: none;
    }

    .bone2 {
        display: none;
    }

    .dog2 {
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 65%;
    }

    .dog3 {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }

    .dog4 {
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 47%;
    }

    .button1 {
        background-color: #89B8C2;
        font-family: "Winky Rough", "Comic Neue", sans-serif;
        font-size: 24px;
        font-weight: 500;
        color: #5f290e;
        width: 194px;
        height: 206px;
        border: none;
        border-radius: 20px;
        position: relative;
        border-bottom: 10px solid;
        border-bottom-color: #5A7D84;
        position: relative;
    }

    .shihtzu {
        text-align: center;
        padding-top: 20px;
    }

    .golden-retriever {
        padding-top: 20px;
        text-align: center;
        padding-right: 0;
    }

    .siberian-husky {
        padding-top: 20px;
        text-align: center;
        width: 100%;
        padding-left: 0;
    }
}