/** Shopify CDN: Minification failed

Line 65:1 Expected "}" to go with "{"

**/
.find-store-info-section .feature-row {
  margin: 0;
  gap: 30px;
  align-items: stretch; 
}
.find-store-info-section .feature-row-content{
  width: calc(50% - 15px);
  min-width: auto;
  flex: none;
  border-radius: 25px;
  padding: 40px;
}
.find-store-info-section .feature-row-image {
  width: calc(50% - 15px);
  flex: none;
  border-radius: 25px;
  overflow: hidden;
}
.find-store-info-section .inner-content{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.find-store-info-section .feature-row .content-center{
  justify-content: center;
}
.find-store-info-section .feature-row .content-top{
  justify-content: flex-start;
}
.find-store-info-section .feature-row .content-bottom{
  justify-content: end;
}
.find-store-info-section .rte p {
  margin-bottom: 5px;
}
.find-store-info-section b, strong {
    font-weight: 800;
}


@media only screen and (min-width: 769px) {
  .find-store-info-section .feature-row__text--left {
    padding-left: 40px;
  }
  .find-store-info-section .feature-row__text--right {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .find-store-info-section .feature-row-content,
  .find-store-info-section .feature-row-image {
    width: 100%;
  }
  .find-store-info-section .feature-row {
    gap: 20px;
  }
  .find-store-info-section .feature-row-content {
    padding: 30px 25px;
 