html{
  scrollbar-width: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #f8f8f8!important;
}
h1,
h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
h6 {
    margin: 1rem 0 1rem 0;
    padding: 0;
  }
h1 {
  text-align: center;
  font-size: 3em;
  font-weight: 600;
}
h2 {
  font-size: 2.5em;
  font-weight: 800;
  text-align: center;
}
h3 {
  font-size: 2em;
  font-weight: 800;
  text-align: center;
}
h4 {
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
}
h5 {
  text-align: center;
  font-weight: 400;
  font-size: 1.2em;
}
h6 {
  font-weight: 600;
  font-size: 1em;
}
h1 {
  margin: 5rem 0 1.5rem 0;
  text-transform: capitalize;
}
h5{
  margin: 0 0 2rem 0;
  text-transform: capitalize;
}
h5:first-of-type {
  margin: 0 0 4rem 0;
}
p {
  font-size: 1.02rem;
  margin: 0 0 2rem 0;
}

main {
  display: grid;
  grid-template-columns: 1fr minmax(0, 1200px) 1fr;
}
.sub-grid {
  display: grid;
  grid-column: 2 / 3;
  grid-template-columns: 5vw 4vw 1fr 4vw 5vw;
}

.sub-grid > * {
  grid-column: 3 / 4;
}

.cf7-container {
  margin: 5rem 0;
}
.cf7-container > h4 {
  font-weight: 800;
  font-size: 1.7rem;
  margin-bottom: 3rem;
}
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: grid;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
    font-weight: 700 !important;
    align-items: center;
}

.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;
}
div.img-container {
  width: 100%;
  margin: 0 0 3rem 0;
  grid-column: 2 / 5;
}
.img-container > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
li{
    margin: 0 0 0.5rem 0;
}
.see-catalog{
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
    margin: 5rem 0 2rem 0;
}
.see-catalog-button {
    width: 100%;
}
span.wpcf7-form-control-wrap > select,
span.wpcf7-form-control-wrap > textarea,
span.wpcf7-form-control-wrap > input,
span.wpcf7-form-control-wrap > label > input {
  background-color: white!important;
}
a[href="#cf7-questions"]{
  color: #0d6efd;
  text-decoration: underline;
}