/* Resets */
h1 {
  font-size: 3em;
  font-weight: 800;
}
h2 {
  font-size: 2.5em;
  font-weight: 800;
}
h3 {
  font-size: 2em;
  font-weight: 800;
}
h4 {
  font-size: 1.5em;
  font-weight: 800;
}
h5 {
  font-weight: 800;
  font-size: 1.2em;
}
h6 {
  font-weight: 800;
  font-size: 1em;
}

h1 {
  margin: 3rem 0 8rem 0;
}
p {
    font-size: 1.02rem;
}
main {
  display: grid;
  grid-template-columns: 1fr minmax(0, 600px) 1fr;
}
.sub-grid {
    display: grid;
  grid-column: 2 / 3;
  grid-template-columns: minmax(1rem, 3rem) 1fr minmax(1rem, 3rem);
}
.sub-grid > * {
    grid-column: 2 / 3;
}
.sub-grid > div{
    margin: 0 0 3rem 0;
}
.cf7-container{
    margin: 5rem 0 0 0;
}

input#signup-to-newsletter {
  scale: 1.5;
  margin-right: 0.5rem;
}
.machine-buttons {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: 42px;
  font-size: 1rem;
  line-height: 1.3 !important;
  display: block !important;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  font-weight: 700 !important;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  border-radius: 50rem;
}
.btn-primary:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-width: 1px !important;
  border-style: solid;
}
