:root {
        --logo-max-width: 220px;
}
@media only screen and (max-width: 600px) {
h1 {
font-size: 24px;
line-height: 1.1em; 
}
h2  {
font-size: 22px;
line-height: 1.1em;
}
}
.img-text-block .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .img-text-block .row {
    gap: 30px;
  }
}

.featured-products {
  margin-bottom: 70px;
}
#heading_3591 {
  margin-top: 50px;
}