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;
}

.container {
  max-width: 1430px;
  margin: 0 auto;
}

.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 h2 img {
  width: 100px;
  margin: 0 15px;
}

.banner h2 {
  display: flex;
  align-items: center;
}

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

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

.experts-container {
  max-width: 1430px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0
}

.breadcrumbs-container {
  max-width: 1430px;
  position: relative;
  margin: 0 auto;
}

.breadcrumbs {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 40px;
  border-radius: 15px;
  padding: 0 30px;
  z-index: 1;
}

.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;
}

.title {
  font-size: 36px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

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

.full-width-container {
  align-items: center;
  overflow: hidden;
  position: relative;
}

.full-width-container .badge {
  position: absolute;
  top: 57%;
  left: 35%;
}

.first-section {
  max-height: 440px;
}

.first-section .bg-image {
  width: 47%;
}

.second-section {
  max-height: 420px;
}

.second-section .bg-image {
  width: 100%;
}

.second-section .difference-text {
  margin-left: 7%;
  color: #fff;
}

.difference-text {
  padding: 40px;
  border-radius: 10px;
  right: 30px;
  display: flex;
  flex-flow: column;
  margin-left: 50%;
  height: 100%;
  justify-content: center;
  box-sizing: border-box;
}

.fourth-section {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.fourth-section .title {
  justify-content: center;
  margin: 92px 0 80px;
}

.fourth-section a {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 90px;
}

.tiles-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.tile-content img {
  width: 100%;
}

.tile-content .title {
  margin: 30px 0 20px;
  font-size: 18px;
}

.tile-content .text {
  text-align: center;
  padding: 0px 60px;
  font-size: 16px;
  line-height: 28px;
  color: #4A4A4A;
}

.tile-content .orange-btn {
  margin: 0 auto;
  display: table;
  margin-bottom: 50px;
  margin-top: 20px;
}

.tile-content {
  width: 32%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.difference-text p,
.content p {
  font-size: 25px;
  font-weight: 300;
  line-height: 36px;
}

.horizontal-line {
  width: 370px;
  height: 1px;
  background-color: #E1E2E3;
  margin: 0 auto;
}

.centre-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  padding: 117px 0 70px 0;
}

.centre-container .gold-badge {
  margin-right: 60px;
}

.orange-btn {
  background-color: #D46027;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 13px;
  width: 210px;
  text-align: center;
  transition: .5s;
}

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


@media only screen and (max-width: 1400px) and (min-width: 993px) {

  .experts-container,
  .breadcrumbs-container,
  .centre-container,
  .container {
    max-width: 992px;
  }

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

  .banner-container {
    width: 940px;
  }

  .tile-content .orange-btn {
    margin-bottom: 20px;
  }

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

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

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

  .full-width-container {
    padding: 0 0 0 0;
    min-height: auto;
  }

  .title {
    font-size: 28px;
  }

  .tile-content .text {
    text-align: center;
    padding: 0px 30px;
  }
}

@media screen and (min-width: 993px) {
    .centre-container .gold-badge {
    height: 275px;
    align-self: start;
    margin-top: -5px;
  }
}

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

  .experts-container,
  .breadcrumbs-container,
  .centre-container,
  .container {
    max-width: 500px;
  }

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

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

  .banner h1 img {
    margin: 0 10px;
    width: 150px;
  }

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

  .difference-text .orange-btn {
    text-align: center;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .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;
    margin-left: 27%;
  }

  .second-section .difference-text {
    margin-left: 0%;
  }

  .title {
    font-size: 22px;
  }

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

  .centre-container .gold-badge {
    margin-right: 30px;
    max-width: 175px;
  }

  .tiles-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .tile-content {
    width: 100%;
    margin-bottom: 30px;
  }
}

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

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

  .banner {
    background-position: left;
  }

  .third-section {
    flex-flow: column;
  }

  .first-section .bg-image {
    width: 100%;
    height: auto;
  }

  .experts-container {
    position: relative;
  }

  .first-section {
    max-height: max-content;
  }

  .difference-text {
    height: auto;
    margin-left: 0;
  }

  .difference-text br,
  .centre-container br {
    display: none;
  }

  .second-section .difference-text {
    color: #101010;
  }

  .full-width-container .bg-image {
    height: auto;
  }

  .centre-container {
    padding: 55px 0 60px 0;
  }

  .centre-container .gold-badge {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .fourth-section .title {
    justify-content: center;
    margin: 35px 0 35px;
  }

  .tiles-container {
    flex-flow: column;
  }

  .tile-content {
    width: 80%;
    margin: 0 auto 30px;
  }

  .tile-content .orange-btn {
    margin-bottom: 20px;
    max-width: 80%;
    text-align: center;
  }

  .tile-content .text {
    text-align: center;
    padding: 0px 20px;
  }
  .fourth-section,
  .third-section {
    padding: 0 10px;
  }
  .fourth-section a {
    margin-bottom: 50px;
  }
  .tiles-container {
    margin-bottom: 30px;
  }
}