.survey-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.survey-section__bg {
  width: 100%;
  height: auto;
  display: block;
}
.survey-section__content {
  position: absolute;
  top: 5%;
  right: 1%;
  width: 76%;
  max-width: 420px;
  height: 45%;
  background: rgba(255, 255, 255, 0.5);
  padding: 4px;
  border-radius: 2px;
  backdrop-filter: blur(1px);
  text-align: center;
}
@media (min-width: 1024px) {
  .survey-section__content {
    right: 1%;
    top: 5%;
    max-width: 450px;
  }
}
.survey-section__text {
  color: #EB7619;
  line-height: 2.5;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 2.7vw;
}
.survey-section__button {
  display: inline-block;
  width: 69%;
  text-align: center;
  background-color: #1F2D3D;
  color: #fff;
  padding: 16px 13px;
  border-radius: 40px;
  font-size: 3vw;
  font-weight: 700;
  text-decoration: none;
  margin-top: 0px;
  transition: 0.3s ease;
  margin-right: -22%;
}
.survey-section__button:hover {
  opacity: 0.8;
  transform: scale(1.03);
}

@media (min-width: 740px) {
  .survey-section__content {
    max-width: 1024px;
    width: 74vw;
  }
  .survey-section__button {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .survey-section {
    margin: 0 auto;
    max-width: 1024px;
  }
  .survey-section__text {
    font-size: 1.5rem;
  }
  .survey-section__content {
    width: 700px;
    height: 200px;
  }
  .survey-section__button {
    font-size: 1.5rem;
    width: 400px;
    margin-right: -100px;
  }
}/*# sourceMappingURL=footer.css.map */