.section-1 {
  background-color: #323c7a;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
}

.section-1-inner {
  max-width: 1140px;
  margin: auto;
  padding: 10px;
}
.section-1-inner-text {
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}

.section-1-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section-1-card-text {
  padding: 10px;
  width: 50%;
}
.section-1-card-image {
  padding: 10px;
  width: 50%;
}

.section-1-card-image img {
  width: 100%;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #ffffff;
  border-radius: 20px 20px 20px 20px;
}

.section-1-card-text p {
  color: #ffffff;
  font-family: "Jost", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}

.section-2 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
}

.section-2-inner {
  max-width: 1140px;
  margin: auto;
  padding: 10px;
}
.section-2-text h2 {
  color: #323c7a;
  font-family: "Montserrat", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}

form.form-submit {
  padding: 50px;
  box-shadow: 0 0 10px 0 #323c7a40;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-submit-child {
  width: 49%;
  display: flex;
  flex-direction: column;
}
.form-submit-child label {
  font-family: "Montserrat";
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
  font-weight: 700;
}

.form-submit-child input,
.form-submit-child select {
  width: calc(100% - 42px);
  padding: 17px 22px !important;
  font-family: "jost";
  font-size: 16px;
  color: #323c7a !important;
  border-radius: 10px;
  font-weight: 500;
  margin-bottom: 1.6em;
  border: 1px solid #e2e8f0;
  background-color: #f9fafb;
  outline: none;
}
.form-submit-label input[type="checkbox"i],
.form-submit-label input[type="radio"] {
  display: inline-block;
  background: #e9eef2;
  color: #555;
  clear: none;
  cursor: pointer;
  line-height: 0;
  height: 1.2em;
  margin: -3px 4px 0 0;
  outline: 0;
  padding: 0;
  border-radius: 0.2em;
  text-align: center;
  vertical-align: middle;
  width: 1.4em;
  min-width: 1.4em;
  transition: all 0.2s linear;
}

.form-submit-label {
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 16px;
  color: #333333;
}
.input-submit-btn {
  border-radius: 10px;
  font-weight: 500;
  padding: 20px 50px !important;
  font-size: 20px !important;
  color: #fff !important;
  background-color: #323c7a;
  font-family: "montserrat";
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .form-submit-child {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section-1-card {
    flex-direction: column;
    padding: 0px;
  }
  .section-1-card-text {
    width: 100%;
  }
  .section-1-card-image {
    width: 100%;
    padding: 0;
  }
  .section-1-card-image img {
    width: calc(100% - 30px);
  }
}
