.docs-box {
    margin-top: 26px;
	margin-bottom: 40px;
	row-gap: 30px;
}

.docs-box .item-doc {
    border: 2px solid #ededed;
    border-radius: 5px;
    text-decoration: none !important;
    width: 100%;
    display: inline-block;
    min-height: 90px;
    padding: 20px 25px;
    transition: 0.3s ease;
}

.docs-box .item-doc:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
}

.docs-box .item-doc .item-doc-title {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    display: table;
    line-height: 23px;
    padding-bottom: 1px;
}

.docs-box .item-doc .item-doc-count {
    color: #919191;
    font-size: 16px;
    font-weight: 500;
    margin-top: 2px;
}
