.zw_social {
  width: 100%;
  padding: 0%;
  margin: 0;
  display: block;
  float: left;
  background: #fff;
  position: relative;
}
.zw_social_image {
  float: left;
  background: #fff;
  width: 100%;
}
.zw_social_image a {
  display: unset;
}
.zw_social_textwrap {
  margin: 0;
  width: 100%;
  padding: 1.3%;
  padding: 1.3% 1.3% 50px 1.3%;
  float: left;
}
.zw_social_textwrap .btn {
  position: absolute;
  bottom: 0;
}
.zw_social_header h3 {
  margin-bottom: 10px;
  font-size: 21px;
  font-size: 1.166rem;
}
.content .zw_social_header h3 a {
  text-decoration: none !important;
  line-height: 120%;
}
.zw_social_date {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background: #fff;
  line-height: 100%;
  font-size: 14px;
}
.zw_social_text {
  margin-bottom: 20px;
}
.zw_social_cat {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}
@media only screen and (max-width: 792px) {
  .zw_social_header h3 {
    font-size: 18px;
    font-size: 1rem;
  }
}
