:root {
        --logo-max-width: 200px;
}

.CB-5050ImageRightSection {
  margin-top: 50px;
}
.featured-products {
  margin-bottom: 50px;
}

This code will be applied to all Image left & text right blocks (and vice versa!). Instead of the text starting at the top, it will start centrally. 
 
.img-text-block .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .img-text-block .row {
    gap: 30px;
  }
}

.collage .img-cont a img {
    object-fit: cover;
}

.featured-products .owl-carousel .owl-item .owl-lazy {
    opacity: .7;
    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;
  }
}
p a, a, .link, p a span, .checkout-wrap #del-header-descr-local a, section.location-and-address-section .address-block a, .item-name-details-wrap a, section.location-and-address-section div.shop-opening-time-item span, section.location-and-address-section .shop-opening-times .shop-opening-time-item, .custom-checkbox .link, .custom-checkbox {
color: #A0A595;
}

.footer-widget .address-block,
.footer-widget .address-block + br {
    display: initial !important;
}
.footer-widget .address-block,
.footer-widget .address-block + br {
    display: none !important;
}
@media only screen and (max-width: 600px) {
h1 {
font-size: 26px;
line-height: 1.1em; 
}
h2  {
font-size: 24px;
line-height: 1.1em;
}
}

