main {
  width: 100%;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
}
.node-352 .grid article {
  padding: 4em 3em;
  max-width: 476px;
  /*margin: 7em auto;*/
  margin: auto;
  width: auto;
}
#newsletter h1 {
  font-size: 1.5em;
  margin: 0 0 1.75em;
}
#newsletter p {
  line-height: 1.35;
}
#newsletter input[type="submit"] {
  max-width: 170px !important;
  padding: 0.8em 0.75em !important;
  margin-top: 3em !important;
  margin-bottom: 1.5em !important;
  background-color: #27333f;
  border-color: #27333f;
  padding: 0.5em 0.75em !important;
  color: #fff;
  border: none;
  font-family: inherit;
  letter-spacing: 0.2px;
  font-weight: 400;
  margin: 0.1em 0 2em;
  border: 0px transparent !important;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none !important;
  appearance: none !important;
}
#newsletter input[type="text"],
#newsletter input[type="email"] {
  margin-top: 0.4em;
  margin-bottom: 1em;
}
#newsimg {
  min-height: calc(100vh - 144px);
  background-image: url("/sites/all/themes/dk23/imgs/dk23/letters/newsletter-kitchen.jpg");
  background-size: cover;
  background-position: center center;
}
.region-content + #wrap .row {
  display: none;
}
/* .form {
  margin: 3em 0 0 0;
} */
.mob23 {
  display: none;
}
.mainTitle {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .grid #newsimg {
    display: none;
  }
  .grid {
    grid-template-columns: repeat(1, 1fr);
    clear: both;
  }
  #fnew {
    margin-top: 4em;
  }
  .mob23 {
    display: block;
  }
}

/* changes */
.form .small p {
  font-size: smaller;
  font-weight: 300;
}
main#wrap {
  max-width: 100%;
  width: 100%;
  padding-bottom: 0;
}
.small a {
  text-decoration: underline;
}
