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

.exclusive-first-section .title {
  font-size: 36px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.exclusive-first-section {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.exclusive-first-section .image-left {
  width: 600px;
  margin-right: 8%;
  border-radius: 15px;
}

.exclusive-first-section .text-container {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}


.exclusive-first-section .text-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 5px 0;
  color: #4A4A4A;
}

.badge-text {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-size: 24px;
  line-height: 36px;
  margin-top: 25px;
}
.badge-text span {
  margin-left: 20px;
}
.breadcrumbs-container {
  /*top: 430px;*/
  max-width: 1430px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

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

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

.fourth-section .title {
  justify-content: center;
  margin: 92px 0 0;
}
.fourth-section h4 {
  margin-bottom: 80px;
  text-align: center;
  color: #4A4A4A;
}
.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 .tile-badge {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 100px;
}

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

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


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

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

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

  .exclusive-first-section .image-left {
    width: 45%;
  }

  .exclusive-first-section .text-container p {
    font-size: 14px;
    line-height: 24px;
  }

  .exclusive-first-section .text-container {
    padding: 25px 35px;
  }

  .exclusive-first-section {
    padding: 0 0 0 0;
    min-height: auto;
  }

  .exclusive-first-section p br{
    display: none;
  }

  .exclusive-first-section .title {
    font-size: 28px;
  }

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

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

  .banner-container {
    width: 940px;
  }

  .title {
    font-size: 28px;
  }

  .badge-text {
    font-size: 18px;
    line-height: 28px;
  }
}

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

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

  .exclusive-first-section .title {
    font-size: 26px;
    text-align: left;
    line-height: 1.4;
  }

  .exclusive-first-section {
    flex-flow: column;
  }

  .exclusive-first-section p br{
    display: none;
  }


  .badge-text {
    font-size: 18px;
    line-height: 28px;
  }

  .exclusive-first-section .image-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

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

  .title {
    font-size: 22px;
  }

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

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

  .exclusive-first-section .text-container {
    padding: 0 16px;
  }

  .exclusive-first-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

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

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

  .fourth-section,
  .third-section {
    padding: 0 10px;
  }

  .fourth-section a {
    margin-bottom: 50px;
  }

  .tiles-container {
    margin-bottom: 30px;
  }
}