/** Shopify CDN: Minification failed

Line 59:0 Unexpected "<"
Line 121:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.background-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
}

.background-block {
  position: relative;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: left;
  
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
      min-height: 450px;
  align-content: end;
    justify-items: left;
  transition: 0.5s ease;
}

.background-block h2 {
  font-size: 3.5rem;
  margin: 0 0 10px;
  color: #fff;
}

.background-block p {
  font-size: 2.5rem;
  margin: 0;
  color: #fff;
}
.background-block a {
    text-align: left;
    text-decoration: none;
}
  .background-block:hover {
    background-blend-mode: overlay;
    background-color: #0000006b;
}
@media (max-width: 768px) {
  .background-block {
    width: 100% !important;
  }
}
<style>
    .background-blocks {
      padding-top: var(--padding-top);
      padding-bottom: var(--padding-bottom);
    }
    .block-item {
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 40px 20px;
    width: 100% !important;
    height: 260px;
      border-radius: 15px;
      overflow: hidden;
}
    .hide-desktop { display: none !important; }
    .hide-tablet { display: none !important; }
    .hide-mobile { display: none !important; }

    @media (max-width: 1024px) {
      .hide-tablet { display: none !important; }
      .show-tablet { display: block !important; }
    }
    @media (max-width: 767px) {
      .hide-mobile { display: none !important; }
      .show-mobile { display: block !important; }
    }
    .owl-nav {
      display: flex;
      justify-content: space-between;
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      pointer-events: none;
    }
    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
      background: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      font-size: 20px;
      padding: 10px;
      pointer-events: auto;
    }
  .owl-nav button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px !important;
    line-height: 1;
    color: #000 !important;
    background: #fff !important;
    transition: 0.5s ease;
}
  .owl-nav button span {
    line-height: 1em;
    height: 3px !important;
    display: ruby-text;
    padding-top: 3px;
}
  </style>
.owl-carousel-section .item {
  padding: 10px;
}
.owl-carousel-section .item img {
  display: block;
  width: 100%;
  border-radius: 6px;
}
  .owl-carousel{
    display: flex !important;
  }