/** Shopify CDN: Minification failed

Line 149:15 Expected identifier but found whitespace
Line 149:17 Unexpected "{"
Line 149:26 Expected ":"

**/

.st-btn {
    text-align: center;
    margin-top: 35px;
}
.imgs {
    text-align: center;
    margin-top: 10px;
}
.imgs img {
    width: 24%;
    margin: auto;
}
a.st-buton.btn.button {
    border-radius: 20px;
    background: #7ED321;
    font-size: 22px;
    font-family: 'Poppins';
    width: 26%;
}
a.st-buton.btn.button:hover {
        background: linear-gradient(270deg, #392ad5, #920a2d);
    color: #fff !important;
}
.st-img {
    display: flex;
}
h2.st-h2 {
        font-weight: 700;
    width: 85%;
    margin: auto;
    padding-bottom: 12px;
    font-size: 52px;
    line-height: 62px;
    font-family: Poppins;
    /* margin: 0 0 10px; */
    background: linear-gradient(270deg, #392AD5 0%, #920A2D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-transform: capitalize;
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.st-main-hed {
    text-align: center;
        margin-bottom: 35px;
}
.st-img img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.st-layout {
    display: flex;
    justify-content: center;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 25px;
}
h3.sst-h2 {
   font-size: 20px;
    margin-bottom: 7px;
    line-height: 38px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #392ad5 0, #920a2d);
    -webkit-text-fill-color: transparent;
    display: inline-block;
    -webkit-background-clip: text;
    font-family: 'Poppins';
}
.st-rich p {
    font-size: 18px;
    line-height: 27px;
}
.st-text {
    padding: 22px 20px 32px 20px;
    background: #fff;
    text-align: center;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
        height: 200px;
}
.st-col.st-col-one {
    width: 23%;
}
@media only screen and (max-width: 1439px) and (min-width: 1206px){
    .st-text {
        height: 250px;
}
}
@media only screen and (max-width: 1205px) and (min-width: 1037px){
    .st-text {
        height: 290px;
}
}
@media screen and (max-width: 1036px) {
    .st-text {
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .st-text {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    .st-img {
    display: unset;
}
        .st-rich p {
        font-size: 14px;
        line-height: 20px;
    }
    h3.sst-h2 {
        font-size: 16px;
        line-height: 18px;
    }
        .subcrtion-width, .part-width {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    h2.st-h2 {
        font-weight: 700;
    width: 100%;
    margin: auto;
    padding-bottom: 12px;
    font-size: 28px;
    line-height: 35px;
            text-align: left;
    }
    .st-richj {
    text-align: left;
}
}

  .image-with-text-background {
    background: {{ section.settings.background }};
  }
  .image-with-text-image img {
    width: 100%;
    border-radius: 12px;
  }
  .image-with-text-image {
    line-height: 0;
  }
  .subcrtion-width, .part-width {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1600px;
    width: 100%;
    margin: auto;
  }
  .image-with-text-container {
    display: grid;
    grid-template-columns: 40% 58%;
    gap: 80px;
  }
  .image-with-text-heading h2, h2.st-h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    letter-spacing: 0;
    margin: 20px 0;
    text-transform: uppercase;
    background: linear-gradient(270deg, #392ad5 0, #920a2d);
    -webkit-text-fill-color: transparent;
    display: inline-block;
    -webkit-background-clip: text;
    font-family: 'Poppins';
  }
  .image-with-text-text p {
       font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
    color: #667085;
  }

  @media screen and (max-width: 1200px) {
    .image-with-text-container {
        display: grid;
        grid-template-columns: 45% 50%;
        gap: 40px;
    }
  }

  @media screen and (max-width: 768px) {
    .subcrtion-width, .part-width{
        padding-left: 15px;
        padding-right: 15px;
    }
    .image-with-text-container {
        grid-template-columns: 100%;
        gap: 28px;
    }
    .image-with-text-heading h2 {
        font-size: 32px;
        line-height: 44.2px;
        margin: 0;
    }
    .image-with-text-text p {
        font-size: 16px;
        line-height: 26px;
    }
    .image-with-text-heading h2, h2.st-h2 {
      font-weight: 700;
      font-size: 32px;
      line-height: 44.2px;
    }
    .st-richj p {
      font-family: Lato;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
    }
    .st-main-hed {
      text-align: left !important;
      margin-bottom: 28px;
    }
    .st-layout {
      display: flex;
      flex-direction: column;
      row-gap: 16px !important;
    }
    .st-col.st-col-one {
      width: 100% !important;
    }
    .st-contnt {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .st-text {
      padding: 20px 12px !important;
    }
    .st-text .sa {
      text-align: left;
    }
    h3.sst-h2 {
      font-size: 20px;
      line-height: 29px;
    }
    .st-rich p {
      font-size: 14px;
      line-height: 17px;
    }
    .st-img img {
      border-top-left-radius: 0;
      border-top-right-radius: 0 !important;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
    }
    a.st-buton.btn.button {
      width: 100% !important;
    }
    .imgs img {
      width: 86% !important;
      margin: auto;
    }
  }

