
.aaf-sidebar{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px 20px;
}
.widget_aaf{
  width: 32%;
  min-width: 300px;
}
.widget_aaf .widget-post-title{
  padding-left: 13px;
}
.widget_aaf .widget-post-title > span, .widget_aaf .widget-post-title a{
  background-color: #D4FD10;
  color: black;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0;
  text-transform: uppercase;
  position: relative;
}
.widget_aaf .widget-post-title span:before, .widget_aaf .widget-post-title a:before {
  content: " ";
  background: #D4FD10;
  position: absolute;
  top:0;
  left:-10px;
  right:-10px;
  bottom:0;
  z-index: -1;
  transform: skewX(-15deg);
}
.widget_aaf .widget-post-list a:hover{
  text-decoration: none;

}
.widget_aaf .post-content{
  height: 156px;
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}
.widget_aaf .widget-post-item{
  font-size: 20px;
  font-weight: 600 !important;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  box-sizing:
  border-box;height: 156px;
  color : white;
  padding: 45px 20px; background-color: rgba(0,0,0,0.7);
  font-weight: 500;
}
.widget_aaf .widget-post-list a:hover .widget-post-item{
  color: #D4FD10 !important;
}
.widget_aaf .widget-post-list .post-content:hover .post-image, .widget_aaf .widget-post-list .post-content:focus .post-image{
  transform: scale(1.2);
}
.widget_aaf .widget-post-list .post-image{
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .widget_aaf{
    width: 100%;
  }
  .aaf-sidebar{
    padding: 0;
    margin-top: 0;
  }
  .widget_aaf:not(:first-child){
    margin-top: 30px;
  }
  .widget_aaf .widget-post-item{
    font-size: 19px;
  }

}
