.s1 {
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
}

.s1 .image {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0 20px;
  margin-bottom: -5px;
}

.s1 .text {
  text-align: left;
}

.s1 .text h3 {
  margin: 20px 15px 40px 15px;
}

.s1 .text p {
  margin: 0 50px 40px 15px;
}

.s2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 68%;
  margin-top: 40px;
}

.s2 .image {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 40px 40px -80px -25px;
  margin-bottom: -5px;
}

.s2 .image div {
  min-height: 427px;
  min-width: 305px;
  background-image: url('/svg/gaia/gaia-bg.svg');
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
}

.s2 .text-container {
  text-align: left;
}

.s2 .text-container h6 {
  margin: 20px 0 40px 0;
}

.s2 .text-container p {
  margin: 0 0 40px 0;
}

.s3 h5,
.s5 h5 {
  margin: 40px 0 20px 0;
}

.s3 h6 {
  margin: 0 0 20px 0;
}

.s3 p,
.s5 p {
  margin: 0 0 20px 0;
}

.s3 iframe {
  height: auto;
  margin-bottom: 80px;
}

.s3 .grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.s3 .grid-item {
  margin: 4vw;
  text-align: center;
}

.s3 .grid-item img,
.s3 .grid-item span {
  margin: auto;
  margin-bottom: 10px;
}

.s4 {
  text-align: center;
  margin-top: 40px;
}

.s4 .image {
  margin: 30px 0 60px;
}

.s5 > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: -5px;
}

.s5 .grid-elem {
  text-align: center;
  margin: 80px 0;
}

.s5 .grid-elem img {
  margin: auto;
}

.s5 .grid-elem h6 {
  margin-top: 20px;
  color: var(--primary-color);
  font-family: MuseoSans;
}

.s5 .grid-elem div div {
  margin-top: 20px;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
}

.s5 .buttons {
  display: grid;
  grid-row-gap: 30px;
  text-align: center;
  width: fit-content;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .s1 .text {
    width: 58.33333%;
  }

  .s2 {
    background-image: url('/svg/bg-blue.svg');
    background-size: 29%;
    padding-bottom: 60px;
  }

  .s2 > div {
    display: flex;
    max-width: 700px;
    margin: auto;
  }

  .s2 .text-container h6 {
    margin: 60px 0 40px 20px;
  }

  .s2 .text-container p {
    margin: 0 0 30px 20px;
  }

  .s2 .image {
    width: 45.83333%;
    max-width: 350px;
    margin: 0;
    margin-right: 10px;
  }

  .s2 .image div {
    background-image: url('/svg/gaia/gaia-isometric.svg');
  }

  .s3 iframe {
    height: 480px;
  }

  .s5 .buttons {
    display: inline-block;
  }
}

@media only screen and (min-width: 992px) {
  .s1 {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 160px;
  }

  .s1 .text,
  .s1 .image,
  .s2 .text-container,
  .s2 .image {
    width: 50%;
  }

  .s1 .text h3 {
    margin: 100px 0 40px 0;
  }

  .s1 .text p {
    margin: 0 50px 40px 0;
  }

  .s1 .image {
    margin-top: 100px;
  }

  .s2 {
    background-size: 43%;
    padding-top: 250px;
  }

  .s2 > div {
    max-width: 940px;
  }

  .s2 .image {
    margin: auto;
    margin-top: 180px;
  }

  .s3 .grid-item {
    margin: 45px;
  }

  .s4 {
    text-align: left;
  }

  .s4 h6,
  .s4 .fs-18 {
    margin-left: 66%;
  }

  .s5 .grid-elem {
    display: flex;
    text-align: left;
    max-width: 680px;
    margin: auto;
    height: 211px;
  }

  .s5 .grid-elem .image {
    flex: none;
    width: 200px;
    min-height: 300px;
    max-height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .s2 .image {
    width: 29.16667%;
  }
}

@media only screen and (min-width: 1320px) {
  .s1 .image {
    margin: 0;
    margin-top: 100px;
  }

  .s2 {
    background-size: 38%;
  }

  .s2 > div {
    max-width: 1280px;
  }
}
