img {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 768px) {
  .container-inner {
    padding: 0 15px; } }

@media only screen and (max-width: 768px) {
  .l-block:not(:last-of-type) {
    margin-bottom: 30px; } }

@media only screen and (min-width: 769px) {
  .l-flex {
    display: flex;
    justify-content: space-between; } }
@media only screen and (min-width: 769px) {
  .l-flex-element {
    width: 48%; } }
@media only screen and (max-width: 768px) {
  .l-flex-element {
    width: 100%; } }
.l-flex-element p:not(:last-of-type) {
  margin-bottom: 1em; }
@media only screen and (max-width: 768px) {
  .l-flex-element:not(:last-of-type) {
    margin-bottom: 20px; } }

  footer {
    margin-top: 30px;
  }

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