.container-fluid::before,
.container-fluid::after {
  content: ' ';
  display: table;
  clear: both;
}

.container-fluid::before,
.container-fluid::after {
  content: ' ';
  display: table;
  clear: both;
}

.main-container {
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  padding: 60px 40px 0;
}

/* titles */
.amw-content-component__title-wrapper {
  padding: 36px 12px;
}

.amw-content-component__title {
  font-size: 2.625rem;
  font-family: 'gt-walsheim-bold';
  font-weight: 700 !important;
  letter-spacing: -0.42px;
  line-height: 1.14;
  margin: 0;
}

.amw-content-component__text {
  font-size: 1rem;
  letter-spacing: -0.16px;
  line-height: 1.5em;
  margin-top: 20px;
  text-align: center;
}
