#top-menu a.menu_post_wrapper{
  display: flex;
      align-items: center;
  border-bottom: 1px solid #D0CECE;
  padding: 1rem 0;
        line-height: 1.1em;
      font-size: 18px;
}
#top-menu a.menu_post_wrapper img{
    max-width: 25%;
    width: 140px;
    height: 75px;
    object-fit: cover;
    margin-right: 1rem;
}
.et_pb_dp_dmb_module_1914 .dp_dmb_repeat_item:first-of-type .menu_post_wrapper{
  padding-top:0;
}
#top-menu .single_feature .menu_post_wrapper{
  flex-direction: column;
  padding: 0;
}
#top-menu .single_feature a img{
  width: 100%;
  max-width: 100%;
  height:unset;
  margin: 0 0 1rem;
}
/*#top-menu .single_feature strong{
  font-size: 25px;
  line-height: 1.2em;
}*/