.inner .sec_body{
    display: flex;
    gap: 50px 30px;
    flex-wrap: wrap;
}
.image{
    width: calc((100% - 60px) / 3);
}

.image img{
    border-radius: 8px;
    height: 205px;
    width: 100%;
}

.image .name{
    font-weight: 500;
    margin-top: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; 
    width: 100%;    
}

.image .date{
    margin-top: 10px;
    color: rgb(117, 117, 117);  
}

.sec_body{
    margin-bottom: 60px;
}

.special_sec .special_list {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 40px 0px;
}
.special_sec .list_tab_head{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
    margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
    .image{
    width: 100%;
    max-width: 100%;
    }
    .repair_list .list_tab_head {
        display: flex;
    }

    .special_sec .list_tab_head{
    
    margin-top: 1.9231rem;
    margin-bottom: 2.3077rem;
    }

    .inner .sec_body{
        display: flex;
        gap: 1.923rem 1.154rem;
        flex-wrap: wrap;
    }

    .image img{
        border-radius: 0.308rem;
        height: 13.885rem;
        width: 100%;
    }

    .image .name{
        font-weight: 500;
        margin-top: 0.962rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block; 
        width: 100%;    
    }

    .image .date{
        margin-top: 0.385rem;
        color: rgb(117, 117, 117);  
    }

    .sec_body{
        margin-bottom: 2.308rem;
    }

    .special_sec .special_list {
        display: flex;
        margin-top: 1.538rem;
        flex-wrap: wrap;
        gap: 1.538rem 0rem;
    }
}
