/** Shopify CDN: Minification failed

Line 144:0 Unexpected "}"

**/


.yard-features-container .section-heading * {
}

.yard-features-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 40px 20px;
}

.yard-features-box {
  display: flex;
  flex-flow: column;
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgb(var(--color-p3-background),.5); height: 100%;
}

.yard-features-thumb img {
  width: 100%;
  height: 100%;
}

.yard-features-thumb {
  display: block;
  aspect-ratio: 1.33;
  overflow: hidden;
  border-radius: 8px;
}

.yard-features-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
  transition: transform 0.64s ease;
}

.yard-features-box:hover .yard-features-thumb img {
  transform: translate3d(0, 0, 0) scale(1.04) !important;
}

.yard-features-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.yard-features-content h6:empty {
  display: none;
}

.yard-features-content h6 {
  color: rgb(var(--color-subtle));
  margin-bottom: 10px; 
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  margin: 0;font-family: 'Roboto';
  margin-bottom: 10px;
}

.yard-features-content h4 {
 
  font-size: 30px;
  line-height: 105%;
  margin: 0;
  margin-bottom: 16px;
   
  }

.yard-features-content h4 a {
  text-decoration: none;
  color: rgb(var(--color-heading));
  transition: all 0.3s ease-in;
}
.yard-features-content:hover h4 a {
  color: rgb(var(--color-heading));
}
.yard-features-des {
  font-size: 16px;
  line-height: 130%;
}
.yard-features-des p { 
  margin-bottom: 10px;
}

.yard-features-link {
  margin-top: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.03rem;
  color: rgb(var(--color-heading), 1);
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  text-decoration: underline;
  transition: all 0.3s ease-in;
}

.yard-features-link:hover {
  color: rgb(var(--color-foreground), 1);
  text-decoration: underline;
}

.yard-features-des p:last-child {
  margin: 0;
}

.yard-features-cta { display: none;
    text-align: center;
    margin-top: 56px;
}




@media (max-width: 1199.98px) {
  .yard-features-content h4 {
    font-size: 24px;
}
}




@media (max-width: 991.98px) {
  .yard-features-list { grid-template-columns: repeat(2, minmax(200px, 1fr)); }
}




@media (max-width: 649.98px) {
  .yard-features-list { grid-template-columns: repeat(1, minmax(200px, 1fr)); }
  .yard-features-cta { display: block; }
}
}