html {
  font-size: 14px;
}

.img-all {
  width: 100%;
  max-width: 1380px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.bg-darker {
  background-color: #222;
}

.notes {
  background-color: #000;
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}
