.articles .header {
    margin-bottom: 50px;
}
.articles .header h2 {
    color: #001F7E;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.articles .header h2 strong {
    color: #D00C27;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.articles h3 {
    color: #001F7E;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;
}
.articles img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.articles .content {
    background: #F5F6F7;
    padding: 20px;
}
.articles .content .date {
    color: #D00C27;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.articles .content h3 {
    color: #001F7E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.articles .content p {
    color: #1C2A45;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.articles .content .btn {
    padding: 10px 40px;
    margin-top: 20px;
}