html {
  font-size: 18px;
}

body {
  margin: 0;
  font-family: "Fraunces", serif;
  background: #B3E5A1;
  color: #363636;
}

h1,
h2 {
  font-weight: 600;
  line-height: 1;
}

h2, h3 {
  margin: 1.125rem 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  margin-bottom: 1.25rem;
}

p {
  margin: 1rem 0;
}

.header,
.footer {
  background-color: #8ed873;
  color: #363636;
  text-align: center;
  padding: 1.25rem;
}
.header {
  text-align: left;
}
.container {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
}
.top-row,
.bottom-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.column {
  flex: 1;
  padding: 1.25rem;
  max-width: 800px;
}

.column .row {
  padding: 0.625rem 0;
}

.column img,
.column img {
    width: 400px;
    height: auto;
}

.column .img_container .img-box {
  overflow: hidden;
}

.left-column {
  text-align: left;
}

.left-column h1 {
  margin-bottom: 1.25rem;
}

.right-column {
  text-align: right;
}

.top-row .right-column img {
  border: 3.125rem solid #ace1af;
}

@media (max-width: 850px) {
    .top-row,
    .bottom-row {
        flex-direction: column;
        align-items: center;
    }

    .left-column {
      text-align: left;
      order: 2;
    }
    
    .right-column {
      text-align: left;
      order: 1;
    }
}

@media (max-width: 430px) {
  h1 {
    font-size: 2.8125rem;
  }

  .contacts iframe {
    width: 300px;
  }
}
