#case-study .elementor-column-wrap{
  padding: 0;
}
#case-study .elementor-image img{
  max-width: 260px;
  margin: 0 auto;
}
.case-study{
  padding: 0 10px;
}
.case-study p{
  margin: 0;
}
.case-study .elementor-widget-heading.elementor-widget-heading{
  margin: 0;
}
.case-study .elementor-widget-heading.elementor-widget-heading .elementor-heading-title{
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
.case-study .elementor-widget-button{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.case-study .elementor-widget-wrap{
  padding-bottom: 60px !important;
}
.case-study .elementor-widget-button .elementor-button{
  width: 100%;
  border-radius: 0;
  background: #6CB644;
  font-weight: 300;
}

.filters h2{
  color: #000;
}
.filters a{
  background: #D8D8D8;
  display: inline-block;
  line-height: 30px;
  color: #404341;
  padding: 0 40px;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  min-width: 140px;
  text-align: center;
  transition: all .3s;
}
.filters a:after{
  content: '+';
  color: #fff;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 5px;
  background: #404341;
  top: 6px;
  border-radius: 20px;
  text-align: center;
  line-height: 17px;
  padding: 0 0 0 1px;
  transition: all .3s;
}
.filters a.active{
  background: #6CB644;
  color: #fff;
}
.filters a.active:after{
  background: #fff;
  color: #6CB644;
  transform: rotate(135deg);
}
