﻿.tool-wrapper .tool-card {
    padding:30px;
}
    .tool-wrapper .tool-card .tool-intro {
        font-size: 15px;
        line-height: 20px;
        max-height: 40px;
        white-space:pre-wrap;
        overflow:hidden;
        text-overflow: ellipsis;
    }
    .tool-wrapper .tool-card .th-btn {
        border-radius: 7px;
        padding:10px 10px;
    }


@media (max-width: 768px) {

}

@media (max-width: 575px) {
    .tool-wrapper .tool-card .box-content .box-link{
        display:block !important;
    }
        .tool-wrapper .tool-card .box-content .box-link .th-btn {
            margin-left: 0 !important;
            display: block !important;
            width: 100% !important;
            margin-bottom: 7px;
        }
        .tool-wrapper .tool-card .box-content .box-link .th-btn:last-child {
            margin-bottom: 0 !important;
        }
}