h1 {
  font-weight: 400;
  font-size: 48px;
  /*text-align: center;*/
}

@media (min-width: 992px) {
  h1 {
    font-size: 96px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 64px;
    padding-bottom: 30px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 992px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

#why-choose-us ul {
  list-style-type: circle;
}

#why-choose-us ul > li {
  font-size: 20px;
  padding-bottom: 10px;
}

.link_form_style {
  font-size: 24px;
  transform: none;
  text-decoration: none;
  color: #e5dfd8;
  font-family: 'EB Garamond';
  line-height: 1.5;
  padding-top: 20px;
}

@media (min-width: 1200px) {
  .link_form_style {
    font-size: 28px;
    padding-top: 20px;
  }
}

#home-products h3 {
  background: #35392a;
  padding: 0px 20px 0px 20px;
  z-index: 100;
  position: absolute;
  line-height: normal;
}

