@import "automated-light.css";
@import "full-home.css";
.about-us-header {
  padding-top: 130px;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .about-us-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.about-us-header .title {
  font-family: Co Headline Corp;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 68px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about-us-header .title {
    font-size: 32px;
    line-height: 38px;
  }
}
.about-us-header .subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  /* or 160% */
  /* White */
  color: #FFFFFF;
  max-width: 720px;
}
.about-us-header .subtitle strong {
  color: #ff5353;
}
.about-us-header .about-us-header-bg {
  position: absolute;
  top: -100px;
  width: 100%;
  height: calc( 100% + 100px);
}
.about-us-header .about-us-header-bg img {
  width: 100%;
  filter: brightness(0.3);
}

.unwind-section {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .unwind-section {
    padding: 50px 0;
  }
}
.unwind-section .subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  /* Grey text */
  color: #949EAE;
  max-width: 400px;
}

.success-section {
  padding-top: 84px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
.success-section .success-block {
  width: 464px;
  max-width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 48px;
}
.success-section .title {
  font-family: Co Headline Corp;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 68px;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .success-section .title {
    font-size: 32px;
    line-height: 38px;
  }
}

.full-troubles .title {
  max-width: 777px;
}

/*# sourceMappingURL=about-us.css.map */
