.articles-section{
    padding:90px 0;
}

.articles-section h2{
    font-size: 46px;
    font-weight: 600;
    color: #002964;
    margin: 15px 0;
    line-height: 1.3;
}

.articles-section .articles-card{
    background-color: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 12px;
    padding: 22px 18px;
    transition: 0.3s;
    height: 100%;
}

.articles-section .articles-card .links-list a {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
    text-decoration: none;
    color: #123a82;
    font-size: 14px;
    text-align: left;
    transition: 0.5s;
}

.articles-section .articles-card .links-list a:hover{
  text-decoration: underline;
  color: #002964;
  padding-left: 5px;
}
