/** Shopify CDN: Minification failed

Line 54:29 Invalid escape

**/
.climate-revolution-section {
    padding: 145px 0 178px;
}

.climate-revolution-row {
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
}

.climate-revolution-left {
    width: 46.3%;
}

.climate-revolution-right {
    max-width: 719px;
    width: 53.7%;
    padding-left: 58px;
}

.climate-revolution-image {
    position: relative;
    padding-top: 78.4%;
    height: 100%;
}

.climate-revolution-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.climate-revolution-right h2 {
    color: #002883;
    font-family: Poppins, sans-serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.3283;
    margin: 0 0 49px 12px;
}

.climate-revolution-right p {\
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.334;
    font-weight: 400;
    margin: 0 0 0 12px;
}

.climate-revolution-right p:not(:last-of-type) {
    margin-bottom: 20px;
}

.climate-revolution-right a {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    line-height: 1.364;
    display: inline-flex;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(133deg, #7A25FB, #FB2576);
    border-radius: 50px;
    padding: 18px 43px;
    margin-top: 87px;
}

@media only screen and (max-width: 991px) {
  .climate-revolution-section {
      padding: 55px 0;
  }
  
  .climate-revolution-right h2 {
      font-size: 44px;
      margin: 0 0 29px;
  }
  
  .climate-revolution-right p {
      margin: 0;
      font-size: 16px;
  }
  
  .climate-revolution-right p:not(:last-of-type) {
      margin-bottom: 10px;
  }
  
  .climate-revolution-right a {
      font-size: 18px;
      padding: 12px 30px;
      margin-top: 27px;
  }

  .climate-revolution-row {
      padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .climate-revolution-left {
      width: 100%;
  }
  
  .climate-revolution-right {
      width: 100%;
      padding: 30px 0 0;
  }
  
  .climate-revolution-right h2 {
      font-size: 34px;
  }
  
  .climate-revolution-right p {
      font-size: 14px;
  }
  
  .climate-revolution-right a {
      font-size: 16px;
  }
}