/* *****
This is a CSS partial, minified file. It is referenced by the theme by default in theme.liquid.
If you would like to edit this code we recommend swapping to the un-minified version.
For full details and instructions please see our documentation:
https://support.eightthemes.com/hc/en-us/articles/360020366578-Un-minified-CSS-Javascript
***** */
.feature-row__container {
  width: 100%;
}
.feature-row__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .feature-row__text--inner > :first-child {
    margin-top: 15px;
  }
}
.feature-row__text--inner > * {
  margin-bottom: 15px;
}
.feature-row__text--inner > :last-child {
  margin-bottom: 0 !important;
}
.feature-row__text--inner .title-bar > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .feature-row__btn {
    margin-top: 0 !important;
  }
}
.feature-row__btn:not(:first-child) {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .feature-row {
    display: flex;
  }
  .feature-row .feature-row__text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .feature-row .feature-row__text .title-bar {
    text-align: left;
  }
  .feature-row .feature-row__text h2 {
    margin-top: 0;
    line-height: 1.2;
  }
  .feature-row .feature-row--image-right .feature-row__image {
    order: 2;
  }
  .homepage-section--text-and-image-wrapper .feature-row {
    align-items: center;
  }
}

/* .homepage-section--text-and-image-wrapper .feature-row .custom-image img {
  max-width: 70%;
} */
.homepage-section--text-and-image-wrapper .feature-row .custom-image {
  text-align: center;
}

/* custom */
.feature-row .feature-row__text h2 span {
  color: #2c2e33;
}
.img-width-small {
  text-align: center;
}
.feature-row .img-width-large {
  padding: 0;
}

.featured-row__subtext {
  line-height: 1.4;
}
.featured-row__subtext ul {
  padding-left: 25px;
}
.featured-row__subtext p {
  font-size: 16px;
  margin-bottom: 10px;
}
.feature-row .feature-row__text {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .img-width-small img {
    max-width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-row__subtext ul li {
    font-size: 14px;
  }
  .feature-row .feature-row__text h2 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .feature-row .feature-row__text .title-bar {
    text-align: left;
  }
  .feature-row__image {
    padding: 0 !important;
  }
  .img-width-small img {
    padding: 0 15px;
  }
  .feature-row .feature-row__text {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
