/* Add custom CSS styles below */ 

.store-footer {
  margin: 10px;
}

.store-footer__inner {
  border-radius: 30px;
}

.s-product-card-entry {
   border-width: 0px;
 }
 
 .s-product-card-content-main {
   padding: 10px 7px 0 7px;
 }
 
  .s-product-card-content {
   padding: 0px;
 }
 

 
 .box-img img {
    border-radius: 30px;
}

.s-block__title div h2 {
  text-align: center;
}

.s-block__title div p  {
  text-align: center;
}

.footer-bottom .sbc-certificate .bg-white {
  background: none;
}

.footer-bottom .sbc-certificate {
  display: flex;
  flex-direction: column;
}

.sbc-link {
  width: 100px;
  height: 100px;
}

section:first-of-type {
  padding: 0px;
}

section:first-of-type div {
  border-style: none;
  border-radius: 1px !important;
}

.banner--fixed img {
  border-radius: 30px;
}