body {
  background-color: white;
  line-height: 1.4; }

.Container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* text-align: center; */
  margin: auto;
  padding: 0.3rem; }

.section {
  background-color: white;
  padding: 0.5rem;
  margin: 0.5rem;
  flex: 1 1 0;
  min-width: 0;
  max-width: 400px; }

h1,
h2 {
  font-weight: 300;
  line-height: 1.4; }

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  padding-bottom: 0;
  letter-spacing: 0.02rem;
  line-height: 1.651rem; }

/* HEADINGS */
h1 {
  text-transform: uppercase;
  padding-top: 2rem;
  font-size: 1.2rem; }

h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  /* Computed - 55px */
  letter-spacing: 0.118rem;
  /* Computed - 2px */
  letter-spacing: 0.34px;
  /* Computed - 2px */
  line-height: 1.2rem;
  /* Computed - 55px */
  padding-bottom: 1rem;
  padding-top: 1rem; }

h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  /* Computed - 35px */
  line-height: 2.064rem;
  /* Computed - 35px */
  padding-bottom: 1rem;
  padding-top: 3rem; }

h3.upperCase {
  text-transform: uppercase;
  line-height: 1.474rem;
  /* Computed - 25px */ }
