.feature-row__container {
    width: 100%;
}
.feature-row__image img {
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .homepage-section--text-and-image-wrapper .feature-row__image {
        margin-bottom: 20px;
    }
}
.homepage-section--text-and-image-wrapper .btn {
    margin-bottom: 0;
}
@media screen and (min-width: 769px) {
    .feature-row {
        display: flex;
    }
    .feature-row .feature-row__text {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .feature-row .feature-row__text h2 {
        margin-top: 0;
    }
    .feature-row .feature-row--image-right .feature-row__image {
        order: 2;
    }
    .homepage-section--text-and-image-wrapper .feature-row {
        align-items: center;
    }
}

@media screen and (max-width: 768px){
  .mobile-text-first{
    display: flex;
    flex-direction: column-reverse;
    
  }

  .mobile-text-first .feature-row__image{
    margin-bottom: 0;
    margin-top: 30px;
  }
}
