.header__nav {
  position: relative;
  background: var(--secondary) !important;
}

.content {
  min-height: calc(75vh - 94px);
  padding: 3.5vmin 0;
  padding-bottom: 10vmin;
  background-color: var(--secondary);
  background-image: url("/assets/background-texture.png");
  background-repeat: repeat;
  background-size: contain;
  text-align: center;
  border-bottom: 2px solid var(--primary-light);
  position: relative;
  overflow: hidden;
}

.content .container {
  max-width: 850px;
}

.content .container-expanded {
  max-width: 1000px;
}

h1 {
  text-align: center;
  font-size: var(--text-size-xxl);
  color: var(--primary-dark);
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}

p {
  text-align: center;
  font-weight: 500;
  font-size: var(--text-size-md);
  background: var(--secondary);
  color: var(--primary-dark);
}

@media (min-width: 768px) {
  .container-expanded .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
}
/*# sourceMappingURL=another-page.css.map */