.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image {
  max-height: 125px;
}

.heading {
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.submit-button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 30px;
  background-color: #c4222f;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form {
  padding-right: 140px;
  padding-left: 140px;
}

.link {
  margin-bottom: 40px;
  font-family: 'Pathway Gothic One', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-4 {
  display: block;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-label {
  color: #c4222f;
}

.html-embed {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

@media (max-width: 991px) {
  .form {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .form {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 18px;
  }
  .form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .html-embed {
    margin-right: 5px;
    margin-left: 5px;
  }
}

