:root {
  --color-2: black;
  --color: white;
  --color-3: #8bb70b;
  --safe-on-white: #648506;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  background-color: var(--color-2);
  color: var(--color);
  margin-top: 0;
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: #648506;
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.middle-section {
  background-color: rgba(0, 0, 0, .05);
  padding-top: 5%;
  padding-bottom: 5%;
}

.middle-wrapper-div-jm {
  width: 90%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-48 {
  width: 48%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.doc-row {
  width: 100%;
  /* justify-content: space-between; */
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.doc-row._2 {
  margin-bottom: 0;
}

.div-30 {
  width: 31%;
  text-align: center;
  flex-flow: column;
  line-height: 1.3em;
  display: flex;
}

.doc-photo {
  object-fit: cover;
  margin-bottom: 15px;
  overflow: hidden;
}

.image-alter {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-48 {
  width: 48%;
}

.fancy-list {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image-2 {
  width: 30px;
  margin-right: 15px;
}

.form-block {
  width: 100%;
}

.button-jm {
  background-color: var(--color-3);
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 1.2em;
}

.button-jm:hover {
  background-color: var(--color-2);
}

.no-marg {
  margin-top: 0;
}

.heading {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .middle-wrapper-div-jm {
    flex-flow: column;
  }

  .left-48, .right-48 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.2em;
  }

  .doc-row {
    flex-flow: column;
    margin-bottom: 0;
  }

  .div-30 {
    width: 100%;
    margin-bottom: 0;
    padding: 20px;
  }
}
