:root {
        --logo-max-width: 190px;
}

.collage .img-cont a img {
    object-fit: cover;
}

.img-text-block .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .img-text-block .row {
    gap: 30px;
  }
}

.featured-products .owl-carousel .owl-item .owl-lazy {
    opacity: .7;
    object-fit: cover;
}

body {
    background: var(--background-image);
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
}


h1, h2 {
  color: #A0791D;
} 

@media only screen and (max-width: 600px) {
h1 {
font-size: 26px;
line-height: 1.1em; 
}
h2  {
font-size: 24px;
line-height: 1.1em;
}
}
