.section {
  display: -ms-grid;
  display: grid;
  width: 60%;
  margin-left: 40px;
  padding-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px dotted #000;
  background-color: rgba(196, 214, 190, 0.14);
  font-family: Lato, sans-serif;
  color: #cfc0c0;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.image {
  max-width: 100%;
}

.column {
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.heading-2 {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.list-item {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.list-item-2 {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.list-item-3 {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.heading-3 {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.list-item-4 {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.list-item-5 {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.list-item-6 {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.list-item-7 {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.heading-4 {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.heading-5 {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  color: #cfc0c0;
}

.body {
  background-color: #1b1818;
}

.link {
  color: #2a8;
}

.link-2 {
  color: #2a8;
}

.link-3 {
  color: #2a8;
}