.climate-journey {

  .image-credits {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: $white;
    padding: 0 0 16px 24px;
    opacity: 0.6;
    transition: opacity 200ms linear;
  }
  .image-credits.image-credits-center {
      left: 559px;
  }
  .image-credits:hover {
      opacity: 1;
  }

  .background-img {
    width: 100%;
    height: calc(100vh - #{$header-height});
    position: absolute;

    @include sm {
      width: 100%;
      height: auto;
      max-height: calc(100vh - 50px);
      position: static;
    }
  }

  .section {
    position: relative;
    width: 100%;
    height: calc(100vh - #{$header-height});
    position: relative;
    overflow: hidden;
  }

  .section-box {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 535px;
    height: 482px;
    color: $white;
    padding: 0 111px;

    @include sm {
      position: static;
      align-items: center;
    }
  }
  .section-box-center {
    top: 73px;
    left: 25%;
  }
  .section-box-bottom-right {
    right: 18%;
    left: auto;
  }

  .section-heading {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    width: 100%;
  }

  .section-heading h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin: 0;
    color: white;
  }

  .section-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-left: 20px;
  }
  .section-icon svg {
    max-width: 100%;
    max-height: 100%;
  }
  .section-content p {
    font-size: 2.4rem;
    margin: 14px 0;
  }
  .section-content a{
    color: #fff;
    text-decoration: underline;
  }
  .journey-button {
    height: 44px;
    padding: 0 32px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: bold;
    background-color: $white;
    border-radius: 22px;
    border: none;
    margin-top: 25px;
    transition: background-color 0.25s ease-out;
  }
  .journey-button:hover {
    background-color: rgba(255,255,255,0.85);
  }
  .journey-button:active {
    background-color: rgba(255,255,255,0.30);
  }
  .journey-button:focus {
    border: none;
    outline: none;
  }

  @include sm {
    .journey-block-section {
      height: auto;
      overflow: visible;
    }
    .journey-block-section .section-box {
        position: relative;
        width: 100%;
        height: auto;
        padding: 55px 20px;
    }

    .section-box-center,
    .section-box-bottom-left,
    .section-box-bottom-right {
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
    }
  }

  @include sm {
    .section-heading {
      flex-direction: column-reverse;
    }
    .section-name {
        text-align: center;
    }
    .section-icon {
        margin: 0 0 35px 0;
        width: 64px;
        height: 64px;
    }
    .section-content p {
        font-size: 1.9rem;
        line-height: 2.7rem;
        text-align: center;
    }
    .journey-button {
        min-width: 250px;
    }

    .image-credits {
        font-size: 1rem;
        line-height: 1.2rem;
        top: 0;
        left: 0;
        bottom: auto;
        transform: translateY(-100%);
        padding: 0 0 20px 20px;
    }
    .image-credits.image-credits-center {
        left: 0;
    }
    .journey-button.close-button {
        right: 20px;
        top: 15px;
        width: auto;
        min-width: 0;
        padding: 0 22px;
        height: 40px;
        border-radius: 20px;
    }
    .more-info-box h3 {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 0.8rem;
    }
    .more-info-box p,
    .more-info-box li {
        font-size: 1.6rem;

    }
    .more-info-box p,
    .more-info-box ul {
        margin: 0.8rem 0;
    }
    .more-info-icon {
        width: 60px;
        height: 60px;
    }
    .slide-dots {
        position: fixed;
        top: 25px;
        left: 20px;
        width: auto;
    }
    .more-info-box .std-button {
        margin-top: 20px;
        font-size: 1.4rem;
    }
    .slide-nav-btn {
        width: 48px;
        height: 48px;
    }
    .slide-nav-btn:before {
        width: 10px;
        height: 10px;
        top: 19px;
        left: 17px;
    }
    .slide-nav-btn.slide-prev:before {
        left: 20px;
    }
    .slides-nav {
        bottom: 24px;
    }
    .more-info-box {
        padding: 60px 20px 72px;
    }
    .section-box[data-aos=slide-up] {
        transform: translate3d(0,0,0);
    }
  }

  .journey-block-anchor {
    position: absolute;
    height: 0;
    top: -$header-height;

    @include sm {
      top: -$header-height-mobile;
    }
  }
}
