.h3 {
    margin: 0;
}

.AboutCat {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cat1 {
    position: absolute;
    bottom: -55px;
    left: 0px;
    width: 30%;
    height: auto;
    border-radius: 12px;
}


.main-title {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.main-title h5 {
    margin-top: 32px;
    text-align: center;
}

.main-title h3 {
    margin-top: -100px;
    margin-bottom: 24px;
    text-align: center;
}

.main-title ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
    margin-left: 180px;
    margin-top: 60px;
}

.info-list {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 12px;
    display: inline-block;
}

.p4 {
    margin-left: 8px;
    margin-bottom: 8px;
    display: inline-block;
}


.text ul {
    display: flex;
    flex-direction: column-reverse;
    font-family: 'Comic Neue';
    font-size: 20px;
    gap: 60px;
    flex-wrap: nowrap;

    flex-direction: column;
}

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

}

.fish1 {

    top: 330px;
    right: 550px;
    width: 20%;
}

.fish2 {

    bottom: 0px;
    left: 30px;
    width: 20%;
}

.hs {
    text-align: left;
    padding-left: 70px;
    padding-bottom: 50px;
}

.catpeople {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 25%;
}



.breed-benefit-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 60px;
    width: 70%;
    justify-content: flex-start;
    margin-bottom: 60px;
}

.benefit-item-with-icon {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 0;
}

.benefit-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    display: block;
}

.personaltrait {
    align-items: center;
    padding-left: 20px;
}

.row {
    padding: 20px;
    margin-top: 50px;
}

.left,
.right {
    display: flex;
    flex-direction: column;
    flex: 1 1 45%;
    min-width: 220px;
}

.left {
    justify-content: flex-start;
}

.right {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-content: flex-end;
}

.left-info {
    display: flex;
    background-color: #A8BF89;
    width: 60%;
    justify-content: flex-end;
    margin-bottom: 12px;
    border-radius: 50px 50px 50px 50px;
}

.right-info {
    display: flex;
    background-color: #A8BF89;
    width: 55%;
    justify-content: flex-start;
    margin-bottom: 12px;
    border-radius: 50px 50px 50px 50px;
}

.left-info>div,
.right-info>div {
    background-color: #fBF5DA;
    width: 60px;
    height: 60px;
    margin: 10px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    border-radius: 50%;
    box-sizing: border-box;
}

.left-info h3,
.right-info h3 {
    margin: 0;
}



.trait-highlight {
    position: absolute;
    z-index: 99;
    left: 280px;
}

.trait-highlight1 {
    position: absolute;
    width: 30%;
    z-index: 99;
    right: 200px;
}

.grooming {
    margin-top: 50px;
}

.grooming-list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    padding: 0 16px;
}

.grooming-item {
    box-sizing: border-box;
    padding: 16px;
    text-align: center;
    width: calc((100% - 64px) / 3);
}

.grooming-item img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto 8px auto;
}

.grooming-item span,
.grooming-item p {
    display: inline-block;
    max-width: 300px;
    word-break: break-word;
    white-space: normal;
    vertical-align: top;
}

.title5 {
    display: flex;
    flex-direction: column;
    align-items: center;

}


.activity-level {
    padding: 24px 0 0 0;
}

.activity-title {
    text-align: left;
    margin-bottom: 24px;
}

.activity-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-left: 24px;
    margin: 0;
}

.activity-list li {
    text-align: left;
    list-style-type: disc;
    margin-left: 0;
}

.activity-row {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.activity-info {
    flex: 1;
}

.activity-img,
.activity-img img {
    width: 100%;
    flex: 0 0 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    object-fit: contain;
}



.adaptability-info {
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px;
    column-gap: 180px;
    row-gap: 100px;
    flex-direction: row;
    justify-content: space-around;
}

.cat6,
.cat7 {
    width: 8%;
}

.choose-cat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    padding: 50px 0;
    margin-top: 50px;
}



.fishfish-block {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
}


.fishfish-block p {
    text-align: center;
    margin: 8px 0;
    font-size: 18px;
    line-height: 1.4;
}

.green-box {
    background-color: #A8BF89;
    border-radius: 24px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 32px 40px;
    margin-bottom: 80px;
}

.green-box h3 {
    text-align: left;
    margin: 0;
    position: absolute;
    top: 32px;
    left: 40px;
}

.green-box ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 60px;
}

.about-chineseruralcat {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: transparent;
}



.cat91 {
    width: 8%;
    position: absolute;
    bottom: 0px;
    right: 120px;
}

.fish11-group {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 8px;
}

.fish11 {
    width: 50px;
    height: auto;
    display: block;
}

.cat-params {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin: 24px 0;
    margin-top: 20px;
}

.cat-params div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;

}

.fish1 {
    width: 15%;
    position: absolute;
    left: 80%;
    top: 70%;
    height: auto;
    z-index: 2;
}

.fish2 {
    width: 10%;
    position: absolute;
    left: 10%;
    bottom: 0;
    height: auto;
    z-index: 2;
}

.fish3 {
    width: 15%;
    position: absolute;
    left: 80%;
    top: 0;
    height: auto;
    z-index: 2;
}

.fish5 {
    width: 10%;
    position: absolute;
    left: 5%;
    bottom: 0;
    height: auto;
    z-index: 2;
}

.fish6 {
    width: 10%;
    position: absolute;
    left: 90%;
    top: 0;
    height: auto;
    z-index: 2;
}

.cathand1 {
    width: 5%;
    position: absolute;
    left: 5%;
    top: 0;
    height: auto;
    z-index: 2;
}

.cat2 {
    width: 5%;
    position: absolute;
    left: 10%;
    bottom: 0;
    height: auto;
    z-index: 2;
}

.cathand4 {
    width: 40%;
    position: absolute;
    left: 30%;
    bottom: 0;
    height: auto;
    z-index: 2;
}

@media screen and (max-width: 1300px) {
    .row {
        display: flex;
        flex-direction: column;
        gap: 32px;
        align-items: center;
        padding: 0 16px;
    }

    .left,
    .right {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        min-width: unset;
        flex: unset;
        margin-bottom: 24px;
        align-items: center;
    }

    .left-info,
    .right-info {
        width: 80%;
        margin: 0 auto 12px auto;
        justify-content: flex-start
    }

    .trait-highlight,
    .trait-highlight1 {
        width: 100%;
        left: unset;
        right: unset;
        text-align: center;
    }
}

@media screen and (max-width: 1000px) {
    .grooming-item {
        width: calc((100% - 32px) / 2);
    }

    .cat91 {
        width: 8%;
        position: absolute;
        bottom: 30px;
        right: 120px;
    }
}

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

    .cat91 {
        right: 90px;
    }
}

@media screen and (max-width: 900px) {
    .row {
        gap: 24px;
        padding: 0 8px;
    }

    .left-info,
    .right-info {
        width: 100%;
    }

    .activity-img img {
        max-width: 180px;
    }

    .hs {
        padding: 10px;
        width: 100%;
    }

    .breed-benefit-list {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .benefit-item-with-icon {
        width: 100%;
        margin-bottom: 24px;
    }

    .grooming-item {
        width: calc((100% - 24px) / 2);
    }

    .activity-row {
        flex-direction: column;
        gap: 16px;
    }

    .catpeople {
        display: block;
        margin-left: auto;
        margin-right: 0;
        width: 120px;
        max-width: 40vw;
    }


    .fishfish-block {
        width: 100%;
    }

    .fish6 {
        left: 70%;
    }
}


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

    .trait-highlight,
    .trait-highlight1 {
        max-width: 50vw;
        width: 30%;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .cat91 {
        width: 10%;
    }
}

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

    .left,
    .right {

        width: 0%;

    }

    .trait-highlight,
    .trait-highlight1 {
        width: 80%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 10px 12px;
        box-sizing: border-box;
        border-radius: 18px;
        background: #A8BF89;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .left-info,
    .right-info {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin: 0 auto 12px auto;
        border-radius: 12px;
        background-color: #fff4ad;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .left-info>div,
    .right-info>div {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        margin: 8px;
    }

    .activity-img,
    .activity-img img {
        flex: 0 0 180px;
    }

    .activity-row {
        flex-direction: column;
        gap: 16px;
    }

    .dog5,
    .dog6 {
        width: 20%;
    }

    .grooming-item {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .adaptability-info {
        justify-content: flex-start;
        row-gap: 50px;
        padding: 0 0px;
    }

    .fish1,
    .fish2,
    .fish3,
    .fish4,
    .fish5,
    .fish6,
    .cathand1 {
        width: 20%;
    }

    .cat2 {
        width: 8%;
    }

    .cathand4 {
        width: 50%;
        left: 20%;
    }
}

@media screen and (max-width: 600px) {
    .row {
        gap: 56px;
        padding: 0 4px;
    }

    .activity-img img {
        max-width: 100%;
    }

    .dog5,
    .dog6 {
        width: 15%;
    }

    .grooming-item {
        width: 100%;
    }


}

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

    .cat91 {
        width: 20%;
        right: 60px;
        bottom: 30px;
    }


}

@media screen and (max-width: 500px) {
    .main-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-title h5 {
        width: 100%;
        text-align: center;
        padding: 16px 0;
    }

    .cat-params {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .cat-params ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .cat1 {
        position: absolute;
        bottom: -15px;
        left: 0px;
        width: 35%;
        height: auto;
        border-radius: 12px;
    }

    .cathand4 {
        width: 70%;
        left: 13%;
    }
}

@media screen and (max-width: 480px) {
    .catpeople {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 20%;
        margin: 0;
        z-index: 2;
    }
}

@media screen and (max-width: 414px) {
    .main-title h5 {
        width: 100%;
        text-align: center;
        padding: 16px 0;
        margin-bottom: 24px;

    }

    .catpeople {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 15%;
        margin: 0;
        z-index: 2;
    }
}