.article-item {
    padding-top: 26px;
    padding-bottom: 35px;
    border-bottom: 1px solid #005b9b;
}

.article-item:first-child {
    margin-top: 0;
    padding-top: 0;
}

.article-item:last-child {
    border-bottom: none;
}

.article-item h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.article-item .btn {
    margin-top: 20px;
}

.blog.year h1 {
    text-transform: uppercase;
}

.blog.year .com-content-category-blog__children.cat-children {
    display: flex;
    margin: 30px 0;
}

.blog.year .com-content-category-blog__children.cat-children .child-item {
    display: block;
    border: 1px solid #005b9b;
    color: #000;
    opacity: 0.5;
    text-decoration: none;
    padding: 5px 10px;
    margin-right: 20px;
}

.blog.year .com-content-category-blog__children.cat-children .child-item:hover {
    opacity: 1;
}

.blog.year .com-content-category-blog__children.cat-children .child-item.active {
    background-color: #005b9b;
    color: #fff;
}

.blog.year .table td.blue,
.blog.year table thead {
    background: linear-gradient(358.9deg, #005b9b -1.66%, #0272c1 86.75%);
    color: #fff;
}

.blog.year .table td.blue {
    vertical-align: middle;
    padding: 10px;
}

.blog.year table thead th {
    color: #fff;
    font-weight: 400;
    line-height: 130%;
    font-size: 14px;
}

.blog.year .table-striped > tbody > tr:nth-of-type(odd) {
    background: #005b9b1a;
}

.blog.year .table th,
.blog.year .table td {
    border-right: 2px #fff solid;
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.blog.year .table td {
    padding: 16px 0 16px 10px;
    text-decoration: none;
}

.blog.year .table td a {
    text-decoration: none;
    color: #0645ad;
    display: block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.blog.year .table td a:hover {
    text-decoration: underline;
}
