#WG_detail_news .frame_act{
    margin-top: 5%;
}
#WG_detail_news .img_act {
    max-width: 100%;
    max-height: 300px;
    display: table;
    margin: 0 auto;
}
#WG_detail_news .name_act {
    font-family: Poppins;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #333!important;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none !important;
}
#WG_detail_news .frame_date {
    font-family: Poppins;
    font-size: 0.8em;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #3f3f3f;
    text-transform: capitalize;
}
#WG_detail_news .desc_act {
    font-family: Poppins;
    font-size: 0.9em;
    text-align: justify;
    margin: 20px 0;
    display: block;
    color: #3f3f3f;
}

