h5 {
    margin: 0;
}

h3 {
    margin: 0;
}

.main-title {
    display: flex;
    justify-content: space-around;
}

.dog-card {
    background-color: #89B8C2;
    border-radius: 100px;
    padding: 30px 30px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}

.point {
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 200px;
    align-items: center;
}

.point1 {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.point1 ul {
    width: 100%;
    text-align: left;
}

.dog-info1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}


.dog-info3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    flex-wrap: wrap;
}

.point-2 {
    padding: 50px 0 100px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.dogneed-1 img,
.dogneed-2 img,
.dogneed-3 img,
.dogneed-4 img,
.dogneed-5 img {
    width: 100%;
    height: auto;
    border-radius: 50px;
}

.dogneed-1 {
    width: 80%;
}

.dogneed-2 {
    width: 80%;
}

.dogneed-3 {
    width: 80%;
}

.dogneed-4 {
    width: 80%;
}

.dogneed-5 {
    width: 50%;
}

.info2 {
    display: none;
}

.bone1 img,
.paw1 img,
.bone2 img,
.bone3 img,
.paw2 img,
.paw3 img,
.paw4 img,
.bone4 img,
.bone5 img,
.bone6 img,
.paw4 img,
.bone7 img,
.paw5 img,
.bone8 img,
.paw6 img,
.bone9 img,
.paw7 img,
.bone10 img {
    width: 100%;
}

.paw1 {
    width: 7%;
    position: absolute;
    bottom: -10px;
    left: 70px;
}

.bone1 {
    width: 13%;
    position: absolute;
    top: 0;
    right: 100px;
}

.bone2 {
    width: 9%;
    position: absolute;
    top: 0;
    right: 20px;
}

.paw2 {
    width: 7%;
    position: absolute;
    bottom: -4px;
    right: 70px;
}

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

.paw3 {
    width: 4%;
    position: absolute;
    top: 0;
    left: 100px;
}

.bone4 {
    width: 12%;
    position: absolute;
    top: 200px;
    right: 101px;
}

.bone5 {
    width: 13%;
    position: absolute;
    bottom: 100px;
    left: 50px;
}




@media screen and (max-width:1320px) {
    .dog-info1 {
        width: 50%;
    }

    .point {
        justify-content: center;
        gap: 70px;
        width: 100%;
    }

    .dogneed-5 {
        width: 60%;
    }
}

@media screen and (max-width:1100px) {
    .dog-card {
        text-align: center;
    }
}

@media screen and (max-width:950px) {
    .bone1 {
        width: 15%;
        position: absolute;
        top: 20px;
        right: 40px;
    }

    .bone2 {
        width: 15%;
        position: absolute;
        top: 31px;
        right: 20px;
    }

    .bone3 {
        width: 15%;
        position: absolute;
        bottom: 50px;
        left: 50px;
    }

    .paw3 {
        width: 5%;
        position: absolute;
        top: 0;
        left: 30px;
    }
}

@media screen and (max-width:950px) {
    .dog-info1 {
        width: 100%;
    }

    .dogneed-1,
    .dogneed-2,
    .dogneed-3,
    .dogneed-4,
    .dogneed-5 {
        width: 80%;
    }

    .dog-info3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

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

    .info2 {
        display: block;
    }

    .dog-card {
        width: 70%;
        padding: 10px 30px;
    }

    .bone6 {
        width: 15%;
        position: absolute;
        bottom: 10px;
        left: 20px;
    }

    .paw4 {
        width: 6%;
        position: absolute;
        top: 0;
        left: 50px;
    }

    .bone7 {
        width: 15%;
        position: absolute;
        bottom: 0px;
        right: 100px;
    }

    .paw5 {
        width: 6%;
        position: absolute;
        top: -4px;
        right: 50px;
    }

    .bone8 {
        width: 15%;
        position: absolute;
        bottom: 70px;
        right: 50px;
    }

    .paw6 {
        width: 7%;
        position: absolute;
        top: 0;
        right: 50px;
    }

    .bone9 {
        width: 20%;
        position: absolute;
        bottom: 40px;
        left: 20px;
    }

    .paw7 {
        width: 5%;
        position: absolute;
        bottom: -4px;
        left: 50px;
    }

    .bone10 {
        width: 18%;
        position: absolute;
        top: 240px;
        right: 50px;
    }

}

@media screen and (max-width:414px) {
    .bone10 {
        width: 18%;
        position: absolute;
        top: 240px;
        right: 20px;
    }

    .bone8 {
        width: 15%;
        position: absolute;
        bottom: 70px;
        right: 20px;
    }
}