#WG_act_acc .act_item {
    width: 100%;
    display: block;
  }
    #WG_act_acc .act_item:nth-child(2n){
      flex-direction: row-reverse;
    }
#WG_act_acc .img_act {
  overflow: hidden;
}
#WG_act_acc .img_act>div {height: 100%;width:100%;}
#WG_act_acc .img_act a {height: 100%;width:100%;}
#WG_act_acc .img_act img {height: 100%;width:100%;}
#WG_act_acc .frame_contet_act {
  background-color: #dedede;
padding: 10vh;
}
#WG_act_acc .date_act {
    display: table;
    margin: 0 auto 2vh;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: 600;
}
#WG_act_acc .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: 3vh;
    text-align: center;
}
#WG_act_acc .desc_act {
    text-align: center;
    font-family: raleway;
    font-size: 1em;
    line-height: 20px;
display: block;
max-width: 100%;
    margin: 2vh auto;
}

@media (max-width: 1400px) {
#WG_act_acc .frame_contet_act{padding: 5vh 6vh !important;}
#WG_act_acc .title_act {font-size: 1.5em;}
}

