/* small{
    font-size: 12px;
} */

.img-w-f-s{
    width: 100%;
}

.table-2 th{
    font-weight: normal!important;
}

.table-2 .col-1{
    width: 15%;
}

.table-2 .col-2{
    width: 85%;
}

.f-14 {
    font-size: 14px !important;
}

.d-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media only screen and (min-width: 720px) {

    figure .img-size{
        margin: 0 auto;
    }

    .img-size{
        width: 70%;
    }

    .img-w-80{
        width: 93%;
    }
}


@media only screen and (max-width: 719px) {

    .item-equitment-list a{
        min-height: 372px;
    }

    .img-size{
        width: 100%;
    }
    .img-w-80{
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .table-2 .col-1{
        width: 22%;
    }
    
    .table-2 .col-2{
        width: 78%;
    }

    .item-equitment-list a{
        min-height: 325px;
    }

}



@media only screen and (max-width: 480px) {
    .table-2 .col-1{
        width: 30%;
    }
    
    .table-2 .col-2{
        width: 70%;
    }

    .item-equitment-list a{
        min-height: 285px;
    }
}


@media only screen and (max-width: 360px) {
    .table-2 .col-1{
        width: 35%;
    }
    
    .table-2 .col-2{
        width: 65%;
    }
}