.climate-journey {

  .end-section {
    height: auto;
    padding: 124px 0 75px;
    display: flex;
    justify-content: center;
  }
  .end-title {
    font-size: 3.8rem;
    line-height: 4.5rem;
    color: $primary-color;
    text-align: center;
    font-weight: bold;
  }
  .end-content {
    width: 100%;
    max-width: 650px;
    text-align: center;
  }
  .end-content p {
    font-size: 2.1rem;
    color: $primary-color;
    text-align: center;
    margin: 1.4rem 0;
  }
  .end-content .std-button {
    display: inline-block;
    margin-top: 10px;
    min-width: 200px;
    line-height: 4.5rem;
  }

  @include sm {
    .end-section {
      padding: 90px 20px;
    }
    .end-title {
        font-size: 2.7rem;
        line-height: 3.3rem;
    }
    .end-content p {
        font-size: 1.9rem;
    }
    .end-content .std-button {
        min-width: 250px;
        height: 44px;
        line-height: 4.4rem;
        margin-top: 25px;
    }
  }
}
