.featured-articles-section .feature-title {
    font-weight: 500; 
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 14px;
    color: rgba(0, 0, 0, 0.90);
    font-family: Inter;
}
.featured-articles-container {
    max-width: 593px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    border-radius: 20px;
    padding: 0 34px;
    background: rgba(255, 255, 255, 0.03);
}

.featured-articles-section .featured-articles-container a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-family: Inter;
    font-weight: 500;
    font-size: 15.5px;
    letter-spacing: 0;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}
.featured-articles-section .featured-articles-container a:hover {
    color:#008DF2;
}
.featured-articles-section .featured-articles-container a:hover svg path {
    stroke: #008DF2;
}
.featured-articles-section .featured-articles-container a:last-child {
    border-bottom:0px solid rgba(0, 0, 0, 0.04);
}
