.my_article_box_head{
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.article_div_one{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    background-color: deeppink;
    border-radius: 10px 10px 0px 0px;
}
.article_pro_pic{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}
.article_div_one_one{
    display: flex;
    flex-direction: column;
}
.article_div_one_one strong{
    font-size: 14px;
    color: #262626;
}
.article_div_one_one span{
    font-size: 12px;
    color: #8e8e8e;
    font-weight: 800;
}
.article_div_two{
    width: 100%;
}
.article_cont_pic, .article_cont_video{
    width: 100%;
    max-width: 600px;
    max-height: 450px;
    display: block;
}
.article_div_three{
    padding: 10px 15px;
    background-color: #ffaf;
    color: black;
}
.article_div_three h4{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}