/********¿¨Æ¬×é**********/
.comp-cardImgs .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.comp-cardImgs .item {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 60px;
    border-radius: 6px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 8%);   
    padding-bottom: 20px;
}

.comp-cardImgs .items-2 .item {
    margin-right: 60px;
}

.comp-cardImgs .items-3 .item {
    margin-right: 50px;
}

.comp-cardImgs .items-4 .item {
    margin-right: 40px;
}

.comp-cardImgs .items-5 .item {
    margin-right: 30px;
}

.comp-cardImgs .items-6 .item {
    margin-right: 20px;
}

.comp-cardImgs .item:last-child {
    margin-right: 0 !important;
}

.comp-cardImgs .item img {
    width: 100%;
    height: auto;
}

.comp-cardImgs .item .info {
    padding: 20px;
}

.comp-cardImgs .item .info h2 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-top: 15px; 
}

.comp-cardImgs .item .info .text {
    font-size: 15px;
    line-height: 1.8;
    color: #888888;
    margin-top: 15px;   
}