.pad-vertical-big {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.newton-page .main-title {
  line-height: 1;
}
.font-size-plus {
  font-size: 38px;
  line-height: 1.28;
}
.graytext {
  color: #676767;
}

#s2 .responsive-flex {
  flex-direction: column;
}

#s2 .responsive-flex__item {
  width: 70%;
}

#s6 img.logos {
  max-width: 420px;
}
#s4 {
  margin-bottom: 120px;
}
#s5 img {
  max-width: 80% !important;
}
#s5 .first {
  margin: 5% 0 5% auto;
}

#s5 .second {
  margin: 5% auto 5% 0;
}

#s5 .responsive-flex__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#s5 {
  margin-top: 10%;
}
#s6 {
  min-height: 785px;
  background-image: url(img/back-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#s6 .responsive-flex {
  justify-content: flex-start;
}
#s6 .responsive-flex__item {
  width: 70%;
}

#s6 .second {
  margin-top: 40px;
}

@media (max-width: 1360px) {
  .font-size-plus {
    font-size: 30px;
  }
  #s6 {
    background-position: center;
  }
  #s4 .second {
    order: -1;
  }
  #s7,
  #s11,
  #s10 {
    height: 800px;
  }
}

@media (max-width: 1200px) {
  .font-size-plus {
    font-size: 24px;
  }
  #s2 .responsive-flex__item {
    width: 100%;
  }
  #s2 {
    background: none;
  }
  #s6 .responsive-flex__item {
    width: 100%;
  }
  #s7,
  #s11,
  #s10 {
    height: 700px;
  }
  #s5 .first {
    margin: 5% 5% 5% 5%;
  }

  #s5 .second {
    margin: 5% 5% 5% 5%;
  }
}

@media (max-width: 991px) {
  .font-size-plus {
    font-size: 21px;
  }
  #s7,
  #s11,
  #s10 {
    height: 600px;
  }
}

@media (max-width: 640px) {
  .font-size-plus {
    font-size: 18px;
  }
  #s7,
  #s11,
  #s10 {
    height: 400px;
  }
}
