body {
  font: 100% "Raleway";
  background: #db5439;
  margin: 8px;
}

.entry {
  background: #f5f3e8;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4vw;
}

.copy {
  column-count: 1;
  column-gap: 3rem;
  margin-bottom: 3rem;
}

h2 {
  column-span: all;
  font-size: 1.375rem;
  font-style: italic;
  margin-bottom: 1rem;
  text-align: left;
  text-transform: uppercase;
}

p {
  font-size: 1.25rem;
  margin-bottom: 1em;
}

img {
  width: 100%;
}

em {
  color: #db5439;
}

.wrapper {
  background: #f5f3e8;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 1fr 4fr 2fr;
  color: #444;
}

.box {
  padding: 20px;
  text-align: center;
  background-color: #1e1e1e;
  color: #f5f3e8;
}

.a {
  background-color: #eebe6d;
}

.c {
  text-align: right;
}

.num {
  color: #db5439;
  font-size: 8rem;
  font-style: normal;
  line-height: 0.8;
  font-family: arial;
}

.divider {
  border-bottom: 0px solid #db5439;
}
