.testimonial-wrap-section{
  .container {
    padding: 0;
    padding-top: 40px;
  }
  .center-col {
    img {
      order: 0;
      width: 250px !important;
    }
    h2 {
      order: 2;
      font-size: 18px !important;
      font-weight: 400 !important;
      line-height: 46px !important;
    }
    h3 {
      order: 1;
      font-size: 24px !important;
      line-height: 46px !important;
      text-transform: none !important;
    }
  }
}

.subscription-page-image-box.april-multi-column{
  @media only screen and (max-width: 768px){
    margin-top: 60px !important;
  }
  .multi-column__image-wrapper{
    margin-bottom: 35px !important;
  }
  .section__header{
    .h2{
      text-transform: none !important;
      font-size: 36px !important;
      line-height: 46px !important;
      @media only screen and (max-width: 768px){
        font-size: 24px !important;
        line-height: 34px !important;
      }
    }
  }
  .multi-column__text-container {
    padding: 0 16px;
    .multi-columntext-div{
      width: 90%;
      p.heading{
        font-weight: 500 !important;
        font-size: 36px !important;
        line-height: 25px !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        margin-bottom: 15px !important;
        @media only screen and (max-width: 768px){
          font-size: 22px !important;
          line-height: 22px !important;
        }
      }
      p{
        font-size: 18px !important;
        line-height: 25px !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
      }
    }
  }
}

.shopify-section .subscription-page-banner{
  .image-content-wrapper{
    padding-inline: 20px;
  }
  .image-grid-wrapper{
    .image-grid{
      padding: 0;

      .image-grid-item{
        height: 55vh;
        min-height: 400px;
        padding: 0;
        @media only screen and (max-width: 768px){
          height: 50vh;
          min-height: 250px;
        }
      }
      .link-text{
        display: inline-block !important;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 26px !important;
        letter-spacing: 0.7px !important;
        text-align: center !important;
        padding: 10px 94px !important;
        text-decoration: none !important;
        background: #fff;
        color: #000;
        border: 1px solid #000;
        @media only screen and (max-width: 768px){
          padding: 10px 40px !important;
        }
      }
      .image-title{
        h1{
          font-size: 18px !important;
          line-height: 30px !important;
          font-weight: 500 !important;
          margin-bottom: 18px !important;
        }
        h2{
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
          flex-direction: column !important;
          height: 100% !important;
          font-size: 36px !important;
          line-height: 46px !important;
          text-transform: none !important;
          gap: 25px !important;
          @media only screen and (max-width: 768px){
            font-size: 30px !important;
            line-height: 40px !important;
          }
        }
      }
    }
  }
}

.shopify-section .subscription-icon-box-grid{
  .container{
    padding: 55px;
    .owl-dots{
      background: #ffffff3d !important;
    }
    .owl-dot{
      background: transparent !important;
    }
    .owl-dot.active{
      background: #ffffff !important;
    }
  }
  .multi-column{
    .owl-carousel:not(.owl-loaded){
      .multi-column__item{
        @media only screen and (max-width: 768px){
          width: 50% !important;
        }
      }
    }
    .multi-column__item{
      .multi-column__image-wrapper{
        aspect-ratio: auto;
        text-align: center;
        img{
          width: auto;
        }
      }
      .multi-column__text-container{
        justify-content: center;
        @media only screen and (max-width: 768px){
          padding: 0;
        }
        .multi-columntext-div{
          text-align: center;
          @media only screen and (max-width: 768px){
            width: 100%;
          }
          p.heading{
            font-size: 18px !important;
            line-height: 30px !important;
            letter-spacing: 0 !important;
            font-weight: 400 !important;
            margin-bottom: 13px !important;
            text-transform: uppercase !important;
            @media only screen and (max-width: 768px){
              font-size: 14px !important;
              line-height: 24px !important;
            }
          }
          p{
            font-size: 16px !important;
            line-height: 22px !important;
            letter-spacing: 0 !important;
            text-transform: none !important;
            @media only screen and (max-width: 768px){
              font-size: 14px !important;
              line-height: 24px !important;
            }
          }
        }
      }
    }
  }
}