.hs-rss-module .hs-rss-item {
      display: flex;
      flex-wrap: wrap;
      }

.hs-rss-item-text {
 order: 2; /*reorder the position of the text block*/
 width: 100%!important;
 padding: 4px 20px;
 font-size: 0.8em;
}

.hs-rss-title {
font-weight: bolder;
  color: #a95943;
  font-size: 1.4em;
  
}

.hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper{
  width: 100%!important;
  order: 1; /*reorder the position of the img wrapper block*/
  height: 200px;
  padding: 0px 20px;
}


.hs-rss-module .hs-rss-item .hs-rss-featured-image {
  height: 100%;
}

   
@media(min-width:767px){
  .hs-rss-module .hs-rss-item {
      flex: 50%;
}
 
 .hs-rss-module {
     display: flex;
     flex-wrap: wrap;
    box-sizing: border-box;
}
  