#leaders-title,
#steps-title,
#trades-title,
#advantages-title,
#statistics-title,
#feedback-title,
#hero-cta {
  scroll-margin-top: 80px;
}

.block_one {
  justify-content: center;
  height: auto;
}

.block_one .left_side {
  width: 100%;
  max-width: 1180px;
}

.left_left_side {
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.hero_inline_cta {
  align-self: flex-start;
  margin-left: 36px;
  margin-bottom: 36px;
  width: auto;
  min-width: 200px;
  max-width: 376px;
}

footer .left_side_footer {
  justify-content: center;
  flex-wrap: wrap;
}

footer .left_side_head {
  align-items: center;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

footer .left_side_foot {
  position: relative;
  margin-top: 48px;
  width: 100%;
  max-width: 1180px;
  align-self: center;
}

footer .footer_cta {
  margin-top: 32px;
  width: 100%;
  max-width: 376px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .hero_inline_cta {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
    max-width: none;
  }
}
