.column {
  border: 1px solid #298900;
  border-radius: 12px;
  padding: 1.3rem;
  margin-bottom: 1.4rem;
}

.column__title {
  font-size: 1.6rem;
  border-bottom: 1px solid #298900;
}

h2 {
  font-size: 1.2rem;
  border-bottom: 1px solid #298900;
}

.column__excerpt {
  margin-top: 1.1rem;
  padding-left: 1.4rem;
  padding-right: 1.6rem;
}

@media screen and (max-width: 559px) {
  .responsive-dl dl {
    flex-flow: column;
  }
  .responsive-dl dt,
  .responsive-dl dd {
    width: 100%;
  }
}

/*# sourceMappingURL=blog.css.map */
