* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
#white-theme-mode {
  background-color: #ffffff;
}
.content-wrapper {
  max-width: 1410px;
  margin: 0 auto;
  color: #333f48;
}
.content-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333f48;
  max-width: 1300px;
}
p.content-text.titlets {
  margin-bottom: 0 !important;
  font-weight: 600;
  color: #00a7b5;
}
p.content-text.contentts {
  margin-bottom: 0 !important;
}
section#aq-space {
  padding-top: 60px;
}
.centered.content-wrapper.descption {
  text-align: center;
}
h2.content-title.h2-title {
  margin: 0 0 3px;
}
p.content-text.p-description {
  max-width: 1440px;
  padding-top: 15px;
}
@media screen and (min-width: 1px) and (max-width: 425px) {
  h2.content-title.h2-title {
    font-weight: 500;
  }
}