.sr-bakeries{}
.single-bakery{
  background-color:#eee;
  margin-bottom:2rem;
      position: relative;
}
.sr-bakeries .image-wrapper img{
  display:block;
  max-width:100%;}
.sr-bakeries .text-wrapper{
      padding: 1.5rem;
}
.sr-bakeries .bakery-title{margin-top:0;}
.sr-bakeries .hours-title{margin-bottom:0;}

.sr-bakeries .hours .metafield-rich_text_field p{margin-top:0;}

@media screen and (min-width: 990px) {
.sr-bakeries .single-bakery {
        display: flex;
        flex-direction: row;}
.sr-bakeries  .image-wrapper{  flex-basis: 66%;}
.sr-bakeries  .text-wrapper{  flex-basis: 34%;}
}