.store_icon {
    width: 75%;
}
.border-radius-img-right{
  border-radius: 0px 10px 0px 0px;
}
.border-radius-img-left{
border-radius: 0px 0px 0px 10px;
}
.section-title-footer::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  bottom: 11px;
  left: calc(50% - 80px);
  background: #fff;
}

.section-title-footer::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  bottom: 11px;
  right: calc(50% - 80px);
  background: #fff;
}
ul.heart-bullets {
  list-style: none;
  padding-left: 0;
}
ul.heart-bullets li::before {
  content: "\f004"; /* heart icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  margin-right: 10px;
}


 /* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
 .bg-secondary-left{border-radius: 10px 10px 0px 0px;}
  .bg-secondary-right{border-radius: 0px 0px 10px 10px;}
  .border-radius-img-left{border-radius: 10px 10px 0px 0px;}
  .border-radius-img-right{border-radius: 0px 0px 10px 10px;}
  .res-margin{margin: 20px 0;}

}

 /* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
 .bg-secondary-left{border-radius: 10px 10px 0px 0px;}
  .bg-secondary-right{border-radius: 0px 0px 10px 10px;}
  .border-radius-img-left{border-radius: 10px 10px 0px 0px;}
  .border-radius-img-right{border-radius: 0px 0px 10px 10px;}
  .res-margin{margin: 20px 0;}
}

 /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
  .bg-secondary-left{border-radius: 10px 0px 0px 0px;}
  .bg-secondary-right{border-radius: 0px 0px 10px 0px;}
  .border-radius-img-left{border-radius: 10px 10px 0px 0px;}
  .border-radius-img-left{border-radius: 0px 0px 0px 10px;}
}

 /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
 .bg-secondary-left{border-radius: 10px 0px 0px 0px;}
  .bg-secondary-right{border-radius: 0px 0px 10px 0px;}
  .border-radius-img-left{border-radius: 10px 10px 0px 0px;}
  .border-radius-img-left{border-radius: 0px 0px 0px 10px;}
}

 /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}