.article_id_card{
    border:1px solid #f9f9f9;
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    padding:15px;
}

.article_id_card .picture{
    height:200px;
    border:1px solid #f9f9f9;
    margin-bottom:15px;
    background:#f9f9f9;
    display:flex;
}

.article_id_card .picture img{
    max-width:70%;
    max-height:50%;
    margin:auto;
}
    
.article_id_card .name{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.article_id_card a{
    border-radius: 50px;
    padding: 10px 15px;
    color: #fff;
    background: var(--main-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    margin-top:15px;
    letter-spacing: 0.02em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}

.title-slide-new {
    white-space:normal !important;
    margin-bottom:20px !important;
    font-size:22px !important;
}

@media screen and (max-width: 450px) {
    .title-slide-new ul li{
        line-height: 18px !important;
        font-size:14px !important;
    }
}

