.inside-feature-desc-details{
  padding:10px 0px 0px 0px !important;
  border:1px solid #3c5a98 !important;
  background:#fff;
  /* border-radius:5px 5px 0px 0px */
}
/*for filter-inner if max-width is greater than 820 then max-height should be 200px else nothing  */
@media only screen and (min-width: 821px) {
  .filter-inner{
    height:200px;
  }

}
