.content-left-image.bg-white {
  background: #fff;
}
@media (max-width: 768px) {
  .content-left-image.bg-white .image {
    background: #fff;
  }
  .content-left-image.bg-white .image img {
    height: 375px;
  }
}

.content-left-image {
  background: #f6f6f6;
  position: relative;
}
.content-left-image .image {
  position: relative;
}
.content-left-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .content-left-image .image img {
    position: relative;
    height: 466px;
  }
}
.content-left-image__content {
  padding: 30px 20px;
}
.content-left-image__content .tagline {
  color: #225516;
  font-weight: 600;
}
.content-left-image__content p {
  font-weight: 300;
  color: #10280A;
}
.content-left-image__content .title {
  color: #10280A;
  font-weight: 700;
}
.content-left-image__content .btn {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-left-image {
    display: flex;
  }
  .content-left-image .image {
    flex: 0 0 30%;
  }
  .content-left-image__content {
    padding: 80px 60px;
  }
}
@media (min-width: 1280px) {
  .content-left-image .image {
    flex: 0 0 42%;
  }
  .content-left-image__content {
    padding: 100px 90px;
  }
  .content-left-image__content .title {
    line-height: 69px;
    margin-bottom: 40px;
  }
  .content-left-image__content p,
  .content-left-image__content a,
  .content-left-image__content strong,
  .content-left-image__content span {
    line-height: 38px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .content-left-image.right-image .image {
    background-color: transparent;
    height: 466px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content-left-image.right-image .image img {
    width: 100%;
    height: 100%;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media (min-width: 768px) {
  .content-left-image.right-image .image {
    order: 2;
  }
  .content-left-image.right-image__content {
    order: 1;
  }
}/*# sourceMappingURL=block-content-left-image.css.map */