/** Shopify CDN: Minification failed

Line 126:0 Unexpected "<"
Line 224:0 Unexpected "<"
Line 247:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.feature-cards-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 0;
  flex-wrap: wrap;
}

.feature-card {
  background-color: #f6f6f6;
  text-align: center;
  padding: 40px 20px;
  flex: 1 1 30%;
  box-sizing: border-box;
}

.feature-card img {
    width: auto;
    height: auto;
    border-radius: 50%;
    padding: 20px;
    margin: 0 auto;
}

.feature-card h3 {
    height: 104px;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #3d3834;
    align-self: center;
    justify-content: center;
    display: flex
;
    vertical-align: middle;
    box-sizing: border-box;
    align-items: center;
}

.feature-card p {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}

.feature-card a.button {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    background: transparent;
    color: #000;
}

.feature-card a.button:hover {
  background-color: #000;
  color: #fff;
}
.image-text-grid-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 0;
}

.image-text-grid-section .left {
  flex: 1;
  min-width: 300px;
}

.image-text-grid-section .right {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 300px;
  text-align: left;
}

.image-text-grid-section .grid-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  justify-items: start;
}
.image-text-grid-section .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.image-text-grid-section h2{
  font-size: 2rem;
  font-weight: bold;
}
.image-text-grid-section p{
  font-size: 12px;
  font-weight: 500;
}
.feature-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.feature-item h4 {
    font-size: 14px;
    font-weight: 600;
}
@media screen and (max-width:600px){
  /* .image-text-grid-section .grid-row{
   grid-template-columns: repeat(2, 1fr); 
  } */
}
<style>
.image-info-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.image-column{width:60%;} 
.info-column{width:40%;}


.image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-column {
  display: flex;
  flex-direction: column;
}

.top-section {
  flex: 1;
  text-align: center;
  padding: 40px 20px;
  color: #fff;
}

.top-section img {
    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.top-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.top-section p {
  font-size: 16px;
  margin-bottom: 20px;
}

.top-section a {
  display: inline-block;
  padding: 12px 24px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid #fff;
}

.bottom-section {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin: 0;
    padding-block: 1rem;
    padding-inline: 5rem;
}

.info-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.info-row:last-child {
  margin-bottom: 0;
}

.info-row img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.info-row span {
    font-weight: 400;
    font-size: 16px;
}
.image-info-container {
    display: flex;
}
.image-info-container{
  margin-bottom: 50px;
}
  
/* Mobile Responsive */
@media (max-width: 768px) {
  .image-info-container {
    flex-direction: column;
  }
}
</style>
<style>
.banner-link-section .banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.banner-link-section .banner-container.left {
  justify-content: flex-start;
}
.banner-link-section .banner-container.right {
  justify-content: flex-end;
}
.banner-link-section .banner-container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
  .banner-container.center {
    margin-bottom: 50px;
}
</style>