#articleDiv{
    font-family: 'DM Sans' !important;
    background: #F3F6F7;
    padding-bottom: 5%;
}
.title-article{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: capitalize;
    color: #00004D;
}
.btn-article-active{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #0909FF;
    padding: 4px 12px;
    width: auto;
    height: 32px;
    left: 80px;
    top: 182px;
    background: rgba(9, 9, 255, 0.1);
    border: 1px solid #0909FF;
    box-sizing: border-box;
    border-radius: 100px;
    text-decoration: none;
    margin-right: 1%;
}
.btn-article-active:hover{
    text-decoration: none;
}
.btn-article{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0909FF;
    padding: 4px 12px;
    width: auto;
    height: 32px;
    left: 304px;
    top: 182px;
    border: 1px solid #0909FF;
    box-sizing: border-box;
    border-radius: 100px;
    margin-right: 1%;
}
.btn-article:hover{
    text-decoration: none;
}


.title-card{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #121212;
}

.text-card{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #666666;
}

.label-article{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #999999;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
.image-article{
    width: 100% !important;
    height: 100% !important;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
@media only screen and (max-width: 991px) {
    .card-horizontal {
        display: initial;
    }

    .image-article{
        border-radius: 0% !important;
    }
}