* {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  background-color: white;
  font-family: freight-display-pro;
  font-style: normal;
  font-weight: 400;
  color: white;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header {
  background-color: #ff001b;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

h1 {
  text-align: center;
  font-size: 3rem !important;
  margin: 1rem 0 0 0 !important;
  line-height: 3rem !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.line {
  width: 5%;
  border: 1px solid white;
  text-align: center;
  margin: 1.5rem auto 1.5rem auto;
}

h2 {
  text-align: center;
  font-size: 1.25rem !important;
  color: white;
  margin: 0 0 1rem 0 !important;
  line-height: 1.5rem !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.logo {
  width: 8rem;
  display: block;
  margin: 1.5rem auto 1rem auto;
}

.container {
  width: 95%;
  margin: 0 auto;
}

.grid__item {
  width: calc(33.33% - 0.5rem);
  margin: 0.25rem;
}

.grid__img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

@media (min-width: 800px) {
  .grid__item {
    width: calc(33.33% - 1rem);
    margin: 0.5rem;
  }
}
