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

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

.cat2 {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 30%;
    border-radius: 18px;
}

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

.main-title h5 {
    margin-top: 50px;
    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;
    gap: 50px;
    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: 70px;
    width: 7%;

}

.fish1 {

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

.fish2 {

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

.hs {
    text-align: center;

}

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




.breed-benefit-list {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-left: 30%;
    padding-right: 60px;
    margin-top: 50px;
}

.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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
}

.personaltrait h3 {
    text-align: center;
    margin-bottom: 32px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.trait-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 400px 200px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 40px;
    box-sizing: border-box;
}

.trait-block {
    background: #A8BF89;
    border-radius: 18px;
    padding: 32px 24px;
    min-width: 180px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.trait-block h3 {
    margin: 0 0 8px 0;

}

.trait-block.top-left {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    justify-self: start;
}

.trait-block.top-right {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: end;
}

.trait-block.bottom-left {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    justify-self: start;
}

.trait-block.bottom-right {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    justify-self: end;
}

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

.activity-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 32px 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;
    margin: 24px 0;
    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;
}

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


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



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

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

.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;
}



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

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

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

.arrow1 img,
.dog8 img,
.dog9 img,
.arrow2 img {
    width: 100%;
}


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

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

}

.fish {
    position: absolute;
    top: 5%;
    left: 10%;
    width: 15%;
    height: auto;
    z-index: 2;

}

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

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


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

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

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

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

.fish8 {
    position: absolute;
    left: 80%;
    top: 80%;
    width: 10%;
    height: auto;
    z-index: 2;
}

.cathand {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 4%;
    height: auto;
    z-index: 2;
}

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

.choose {
    padding: 50px 0;
}

@media screen and (max-width: 900px) {
    .hs {
        padding: 10px;
        width: 100%;
    }


    .trait-grid {
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: 100%;
        padding: 20px 0;
    }

    .breed-benefit-list {
        width: 50%;
    }

    .trait-block {
        width: 100%;
        min-width: unset;
        align-items: center;
        text-align: center;
    }

    .trait-img {
        margin: 0 auto 16px auto;
        max-width: 80px;
    }

    .cat2 {
        position: static;
        display: block;
        margin: 0 auto 24px auto;
        left: unset;
        top: unset;
        transform: none;
        width: 60%;
        max-width: 300px;
        height: auto;
    }

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

    .activity-img {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }

    .activity-info {
        order: 1;
        width: 100%;
    }

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

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

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

    .breed-benefit-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .benefit-item-with-icon {
        width: 100%;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

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

    .fishfish-block {
        width: 100%;
    }

    .fish3 {
        top: 90%
    }

    .fish5 {
        left: 75%;
        top: 5%;
        width: 15%;

    }

    .fish6 {
        top: 90%;
        width: 15%;
    }

    .fish8 {
        top: 90%;
        width: 15%;

    }

    .fish7 {
        width: 15%;
    }

    .cathand {
        left: 10%;
        bottom: 0;
        width: 8%;
    }

    .cathand {
        left: 30%;
        width: 3%;
    }
}

@media screen and (max-width:950px) {
    .cat8 {
        left: 70px;
    }

    .cat9 {

        right: 70px;
        bottom: 30px;

    }
}


@media screen and (max-width: 816px) {
    .cat8 {
        width: 12%;
    }

    .cat9 {
        width: 12%;
    }
}

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

    }

    .cat9 {
        right: 60px;
    }
}

@media screen and (max-width: 600px) {
    .fish11 {
        width: 32px;
    }

    .fish3 {
        top: 95%;
    }

    .fish5 {
        left: 85%;
    }

    .cathand {
        width: 5%;
    }

    .cathand1 {
        width: 50%;
        left: 25%;
    }
}

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

    .cat8 {
        width: 20%;
        left: 50px;
        bottom: 30px;
    }

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


}