.list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    box-sizing: border-box;
}


.list .item {
    padding: 0 10px;
    box-sizing: border-box;
    width: 50%;
    margin: 4px auto;
    /* height: 220px; */
}

.indexItem {
    width: 100% !important;
}

.list .item img {
    width: 100%;
    height: 100px;
    min-width: 0;
    max-width: none;
    border-radius: 8px;
    object-fit: cover;
}

.list .item p {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    /* line-height: 40px; */
    margin-bottom: 10px;
}

.about {

    background: #f0f0f0;
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
    text-align: center;
}

.about h2 {
    color: #4f4f4f;
    padding: 20px 0;
}

.about p {
    font-family: Roboto, sans-serif;
    line-height: 24px;
    color: #4f4f4f;
}
