a:hover {
  cursor: pointer;
}

.banner {
  background-image: url('./../../spinlife-difference/images/banner-difference.png');
  height: 290px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-size: cover;
}

.banner-container {
  width: 1230px;
  margin: 0 auto;
}

.banner h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
  margin-bottom: 10px;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.banner h1 img {
  margin: 0 20px;
}

.banner p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .47px;
}

.spinlife-difference-container {
  max-width: 1430px;
  margin: 0 auto;
  padding-bottom:30px;
}

.breadcrumbs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  position: relative;
  top: -20px;
  height: 40px;
  border-radius: 15px;
  padding: 0 30px;
}

.breadcrumbs .arrow-right {
  background-image: url('./../../spinlife-difference/images/arrow-right.svg');
  display: block;
  width: 6px;
  background-size: contain;
  height: 10px;
  background-repeat: no-repeat;
  margin: 0 10px;
  background-position: center;
}

.breadcrumbs li {
  list-style-type: none;
}

.breadcrumbs li a {
  text-decoration: none;
}
.difference-title {
  font-size: 36px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.difference-title .icon {
  margin-right: 25px;
  max-width: 80px;
}

.large-difference {
  background-color: #fff;
  border-radius: 15px;
  align-items: center;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}

.large-difference .badge {
  position: absolute;
  top: 57%;
  left: 35%;
}

.difference-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 39%;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  right: 30px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 100%;
}


.difference-text p{
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.orange-btn {
  height: 51px;
  line-height: 51px;
  background-color: #D46027;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 0 55px;
  transition: .5s;
}

.orange-btn:hover {
  cursor: pointer;
  background-color: #f88146;
}


@media only screen and (max-width: 1400px) and (min-width: 993px) {
  .spinlife-difference-container {
    max-width: 992px;
  }

  .banner h1 {
    font-size: 54px;
    line-height: 60px;
  }

  .banner-container {
    width: 940px;
  }

  .difference-text .name {
    font-size: 16px;
    line-height: 20px;
  }

  .difference-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .difference-text {
    padding: 25px 35px;
  }

  .large-difference {
    padding: 0 0 0 0;
    min-height: auto;
  }

  .difference-title {
    font-size: 28px;
  }
  .difference-title .icon {
    margin-right: 20px;
  }

  .difference-text .difference-title~.orange-btn {
    padding-left:20px;
    padding-right:20px;
  }
  
  .difference-text .difference-title~.orange-btn#white-glove-button {
    font-size: 0.95em;
  }
}

@media screen and (max-width: 992px) {
  .banner-container {
    width: 500px;
  }

  .spinlife-difference-container {
    max-width: 500px;
  }

  .difference-text p {
    font-size: 16px;
    line-height: 26px;
  }

  h2.title {
    font-size: 28px;
    line-height: 40px;
  }

  .large-difference .bg-image {
    height: 300px;
  }
  .banner h1 img {
    margin: 0 10px;
    width: 150px;
  }

  .large-difference .badge {
    position: absolute;
    top: 25%;
    left: 75%;
    width: 100px;
  }

  .difference-text .orange-btn {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 20px;
    height: 60px;
    display: flex;
    align-items: center;
  }

  .difference-text {
    position: relative;
    top: auto;
    bottom: 0;
    transform: unset;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    right: 0;
    padding: 19px;
    border-radius: 10px;
  }
  .difference-title {
    font-size: 22px;
  }

  .banner h1 {
    font-size: 36px;
    line-height: 45px;
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 768px) {
  .banner-container {
    width: 90%;
  }

  .banner-container p br {
    display: none;
  }

  .banner {
    background-position: left;
  }
}
