#WG_act_detail .frame_act {
    display: table;
    background: #ededed;

}
#WG_act_detail .date_act {
    display: table;
    margin: 2vh 0;
    font-family: Raleway;
    font-size: 0.9em;
    font-weight: 600;
}
#WG_act_detail .title_act {
    font-family: Raleway;
    font-size: 2em;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 600;
    text-decoration: none !important;
    display: block;
    margin-bottom: 0;
    text-align: left;
}
#WG_act_detail .desc_act {
    text-align: center;
    font-family: raleway;
    font-size: 1em;
    line-height: 20px;
margin-top: 2vh;
}
#WG_act_detail .frame_content_act {
    margin: 5vh auto;
padding: 0 5vh;
}
#WG_act_detail .img_act {
 display: table;
 width:100%;
 margin: 0 auto;
}
#WG_act_detail .lint_img {
    display: table;
    margin: 2vh auto;
}
#WG_act_detail .thumb {
    height: 25vh;
    overflow: hidden;
    float: none;
    display: inline-block;
}
#WG_act_detail .img_thumb {min-height: 100%;}
#WG_act_detail .desc_act {
    text-align: justify;
    font-family: raleway;
    font-size: 1em;
    line-height: 20px;
    margin: 0 0 5vh;
    display: block;
}
#WG_act_detail .frame_rs_act {
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 1.2em;
}

#WG_act_detail .title_rs  {
   font-family: Raleway;
font-size: 1em;
font-weight: 400;
color: #000
}
#WG_act_detail .item_rs {
  display: block ;
 margin: 0 5px;
color: #000;
text-decoration: none;
}
#WG_act_detail .item_rs:hover{
  color: #333;
}

@media (max-width: 767px){
#WG_act_detail .desc_act{margin-top:20px;}
#WG_act_detail .img_thumb{height:auto;    min-height: initial;}
#WG_act_detail .frame_content_act{ padding:0}
#WG_act_detail .frame_act {
  
    padding-bottom: 20px;}
}

