.content_1_21{
    width: 100%;
    margin: 0 auto;
}

.content_1_21 .card1{
    width: 100%;
    height: 950px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_1_21 .card1 .text-box {
    width: 1105px;
    border:1px solid #e1e0dc;
    padding: 20px 0;
}

.content_1_21 .card1 .text-box .item {
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0 30px;
    height: 50px;
    cursor: pointer;
}

.content_1_21 .card1 .text-box .item span {
    border-radius: 25px;
    background-color:#947853;
    color: #fff;
    margin-right: 20px;
    padding: 5px 30px;
}

.content_1_21 .card1 .text-box .item p {
    font-size: 15px;
    color: #523611;
    transition: all 0.2s ease-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    text-align: left;
    a {
        color: #523611;
        text-decoration: none;
    }
}
.content_1_21 .card1 .text-box .item:hover {
    transform: translateX(5px);
    span {
        background-color:#b09068;
    }
}

.content_1_21 .card2 {
    width: 100%;
    height: 1350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_1_21 .card2 .img-box {
    padding-top: 30px;
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px;
}

.content_1_21 .card2 .img-box img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}