.container {
  width: 80vw !important;
  margin-right: auto;
  margin-left: auto;
  flex: 1;
  text-align: center;
}

.has-text-align-left,
.wp-block-heading {
  text-align: center;
  width: 100%;
}

.content-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}

.wp-block-separator {
  border: none;
  height: 0px;
  background-color: transparent;
  border-bottom: 1px solid #677461;
  width: 100%;
  margin: 0;
}

.wp-block-heading {
  margin-top: 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 980px;
    text-align: start;
  }

  .has-text-align-left,
  .wp-block-heading {
    text-align: left !important;
  }

  .wp-block-list {
    align-items: start !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
