/** Shopify CDN: Minification failed

Line 13:4 "line-heght" is not a known CSS property
Line 71:0 Unexpected "}"
Line 77:6 "line-heght" is not a known CSS property
Line 140:6 "line-heght" is not a known CSS property

**/
.Pages-Affiliate-Program-Block02 {
  margin-top: 30px;
   .tit {
    font-size: 24px;
    line-heght: 34px;
    font-weight: 700;
  }
  .text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-top: 15px;
  }
  .tamix-grid {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    .grid-item {
       .img {
        text-align: center;
        > img {
          width: auto;
          max-width: 100%;
        }
      }
      .tit {
        margin-top: 15px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-align: center;
      }
      .content {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-top: 10px;
      }
    }
  }
}

@media screen and (max-width: 991px) {
 .Pages-Affiliate-Program-Block02 {

    .tamix-grid {

      .grid-item {
      
        .content {
         
          br {
            display: none;
          }
        }
      }
    }
  }
}

}
@media screen and (max-width: 767px) {
  .Pages-Affiliate-Program-Block02 {
    margin-top: 25px;
   .tit {
      font-size: 22px;
      line-heght: 30px;
      font-weight: 700;
    }
    .text {
      font-size: 15px;
      line-height: 23px;
      margin-top: 10px;
    }
    .tamix-grid {
      margin-top: 25px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      .grid-item {
        .tit {
          font-size: 15px;
          line-height: 23px;
          font-weight: 600;
          text-align: center;
        }
        .content {
          font-size: 15px;
          line-height: 23px;
          text-align: center;
          margin-top: 7px;
          br {
            display: none;
          }
        }
      }
    }
  }
}
@media screen and (max-width: 650px) {
  .Pages-Affiliate-Program-Block02 {
    .tamix-grid {
      grid-template-columns: 1fr;
        margin: auto;
        margin-top: 15px;
        max-width: 320px;
      .grid-item {
        .tit {
          br {
            display: none;
          }
        }
        .content {
          text-align:center;
          margin-top: 0px;
          br {
            display: none;
          }
        }
      }
    }
  }
}
@media screen and (max-width: 320px) {
  .Pages-Affiliate-Program-Block02 {
    margin-top: 20px;
    .tit {
      font-size: 18px;
      line-heght: 26px;
    }
    .text {
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px;
    }
    .tamix-grid {
      margin-top: 25px;
      display: grid;
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      .grid-item {
        .tit {
          font-size: 14px;
          line-height: 20px;
        }
        .content {
          font-size: 14px;
          line-height: 20px;
         
        }
      }
    }
  }
}