.wide-tpl.home.page {
  background: #f3f3f3;
}

.landing-framework .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .landing-framework .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .landing-framework .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .landing-framework .container {
    width: 1170px;
  }
}

.landing-framework .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-framework .row {
  margin-left: -15px;
  margin-right: -15px;
}

.Surveys__section {
  position: relative;
}

.Surveys__section h1,
.Surveys__section h2,
.Surveys__section p {
  color: #2e3192;
}
@media screen and (max-width: 768px) {
  .Surveys__section {
    overflow: hidden;
  }
}
@media screen and (orientation: portrait) {
  .Surveys__section {
    overflow: hidden;
  }
}

.Surveys__welcome {
  background-color: #fceae6;
  background-image: url("/use-cases-online-surveys/os_background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #2e3192;
  display: flex;
  z-index: 0;
}

.Surveys__welcome h1,
.Surveys__welcome h2 {
  color: #2e3192;
}

.Surveys__welcome h1 {
  font-size: 4em;
  margin: 0;
  margin-bottom: 0.3em;
  font-weight: 500;
  line-height: 1.1em;
}
@media screen and (max-width: 1000px) {
  .Surveys__welcome h1 {
    font-size: 2.5em;
  }
}

.Surveys__welcome h2 {
  margin: 0;
  font-weight: 300;
  width: 87%;
  line-height: 1.3em;
}
@media screen and (max-width: 480px) {
  .Surveys__welcome h2 {
    text-align: center;
    margin: 0 auto;
    line-height: 1.3em;
  }
}

.Surveys__welcome hr {
  height: 0;
  border-bottom: 6px solid;
  width: 12%;
  float: left;
}
@media screen and (max-width: 480px) {
  .Surveys__welcome hr {
    margin: 1em auto;
    width: 30%;
  }
}

.Surveys__why {
  background: #2e3192;
}

.Surveys__why h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.1em;
  font-size: 2.2em;
  margin: 0 0 1em;
}

.Surveys__why p {
  color: #fff;
}

.Surveys__surv {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .Surveys__surv {
    position: relative;
    margin: 0 auto;
    top: auto;
    left: auto;
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .Surveys__surv {
    width: 25%;
  }
}

.Surveys__postchat {
  background: linear-gradient(to right, #d4deff 0, #fff 100%);
}

.Surveys__charts {
  background: #2e3192;
}

.Surveys__charts h1,
.Surveys__charts p {
  color: #fff;
}

.Surveys__information {
  background: #fcb19f url("/use-cases-online-surveys/bg-wave-n.svg") no-repeat center bottom;
  background-size: 100%;
}
