.swiper {
    height: 300px;
    border: 1px solid #D6D6D6;
    border-radius: .5rem;
    background: #fff;
  }

  .swiper-slide {
    font-size: 18px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .swiper-button-next,
  .swiper-button-prev {
      color: #83609D;
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    background: #83609D;
  }

  .swiper-slide .title {
    font-size: 2rem;
    font-weight: 500;
    color: #83609D;
    text-transform: uppercase;
    font-family: 'eurostile';
    margin-top: 2rem;
    transition-delay: .5s;
  }

  .swiper-slide .subtitle {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'eurostile';
    color: #302448;
    margin-bottom: 1rem;
    transition-delay: .5s;
  }

  .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
    transition-delay: .5s;
  }

  .swiper-slide.last-slide {
    background-image: url(../assets/images/homepage-journey-last-slide-background.png);
    background-size: cover;
    background-position: right;
    transition-delay: .5s;
  }

  .point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 0;
    padding: 0 2rem 0 0;
    align-items: start;
  }

  .talk-to-us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 0;
    padding: 0 0 0 4rem;
    align-items: start;
    transition-delay: 1.5s;
  }

  .talk-to-us a,
  .talk-to-us a:visited {
    color: #fff;
    background: #83609D;
    padding: 1rem 2rem;
    border-radius: 2rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    transition: all .3s;
    text-decoration: none;
    font-family: "Eurostile";
  }

  .talk-to-us a:hover {
    opacity: .8;
    text-decoration: none;
  }

  .point .icon {
    font-size: 1.2rem;
    color: #83609D;
    background-color: #fff;
    border: 6px solid #eaeaea;
    border-radius: 50%;
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    transition-delay: .5s;
  }

  .step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    align-items: start;
  }

  .step-alt {
    text-align: right;
    margin-right: 0rem;
  }

  .edges {
    border: 1px solid red;
  }

  .step.start {
    background: #83609D;
    color: #fff;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    width: 600px;
    margin: -4rem 0 -4rem -42rem;
    align-items: center;
    justify-content: center;
  }

  .step.start .title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0 3rem 0 3rem;
    line-height: 2rem;
  }

  .swiper-slide.last-slide .inline-contact {
    display: none;
  }

  .swiper-slide.last-slide .step {
    max-width: 500px;
  }

  .point-sm {
    display: none;
  }
  .point-sm-alt {
    display: none;
  }


  @media screen and (max-width:1399px) {
    /* ------------------------------------------------------------------------------------------------------------- */


    .step.start {
      width: 500px;
      margin: -4rem 0 -4rem -35rem;
      align-items: center;
      justify-content: center;
    }


     /* ------------------------------------------------------------------------------------------------------------- */
    }


    @media screen and (max-width:1199px) {
      /* ------------------------------------------------------------------------------------------------------------- */
  
  
      .step.start {
        width: 500px;
        margin: -4rem 0 -4rem -25rem;
        align-items: center;
        justify-content: center;
      }
  
  
       /* ------------------------------------------------------------------------------------------------------------- */
      }


      @media screen and (max-width:991px) {
        /* ------------------------------------------------------------------------------------------------------------- */
    
    
        .step.start {
          width: 500px;
          margin: -4rem 0 -4rem -12rem;
          align-items: center;
          justify-content: center;
        }
    
    
         /* ------------------------------------------------------------------------------------------------------------- */
        }


        @media screen and (max-width:767px) {
          /* ------------------------------------------------------------------------------------------------------------- */
      
      
          .step.start {
            width: 400px;
            margin: -4rem 0 -4rem -6rem;
            align-items: center;
            justify-content: center;
          }

          .swiper-slide .title {
            font-size: 1.8rem;
          }
          
          .swiper-slide .text p {
            font-size: .8rem;
          }

          .swiper-slide.last-slide .title {
            font-size: 1.5rem;
          }

          .swiper-slide.last-slide .subtitle {
            font-size: .8rem;
          }

          .swiper-slide.last-slide .talk-to-us {
            display: none;
          }

          .swiper-slide.last-slide .inline-contact {
            display: inline;
          }

          .swiper-slide.last-slide .inline-contact a:hover {
            opacity: .8;
          }
      
           /* ------------------------------------------------------------------------------------------------------------- */
          }

          @media screen and (max-width:499px) {
            /* ------------------------------------------------------------------------------------------------------------- */
        
            .swiper-slide {
              font-size: 18px;
              color: #000;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              padding: 40px 60px;
              display: flex;
              flex-direction: row;
              justify-content: center;
              width: 100%;
            }

            .step.start {
              width: 400px;
              margin: -4rem 0 -4rem -6rem;
              align-items: center;
              justify-content: center;
            }

            .step.start .title {
              font-size: 1.4rem;
              line-height: 2rem;
            }
  
            .swiper-slide .title {
              font-size: 1.8rem;
            }
            
            .swiper-slide .text p {
              font-size: .8rem;
              height: 90px;
            }
  
            .swiper-slide.last-slide .title {
              font-size: 1.5rem;
            }

            .point {
              display: none;
            }

            .point-sm {
              display: inline;
              margin: 0 0 0 0;
              padding: 0 0 0 0;
              position: absolute;
              top: 75px;
              right: 60px;
            }

            .point-sm-alt {
              display: inline;
              margin: 0 0 0 0;
              padding: 0 0 0 0;
              position: absolute;
              top: 75px;
              left: 60px;
            }

            .point-sm .icon,
            .point-sm-alt .icon {
              font-size: 1.2rem;
              color: #83609D;
              background-color: #fff;
              border: 6px solid #eaeaea;
              border-radius: 50%;
              display: flex;
              width: 3rem;
              height: 3rem;
              align-items: center;
              justify-content: center;
              transition-delay: .5s;
            }
        
        
             /* ------------------------------------------------------------------------------------------------------------- */
            }