:root {
  --white: white;
  --black: black;
}

.section {
  background-image: linear-gradient(90deg, #912ea4, #cf6651 52%, #f7dd5a);
  max-width: 1440px;
}

.image {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 60px;
}

.ff-logo {
  height: 50px;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  max-width: 1440px;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border: 0 #000;
  border-radius: 40px;
  padding: 12px 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  margin-top: -60px;
  margin-bottom: 60px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.text-block {
  font-size: 24px;
}

.text-block-2 {
  font-size: 20px;
  line-height: 30px;
}

.text-block-3 {
  text-align: center;
  max-width: 400px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.submit-button {
  background-color: #000;
  border-radius: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-field {
  border-radius: 5px;
  padding-right: 220px;
}

.text-field-2 {
  border-radius: 5px;
  margin-bottom: 40px;
}

.field-label {
  color: #727272;
}

.image-2 {
  object-fit: fill;
  max-width: 1440px;
  height: auto;
  overflow: auto;
}

.field-label-2 {
  color: #727272;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    margin-left: 100px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    max-width: 500px;
    margin-left: 20px;
  }

  .shadow-two {
    margin-top: -20px;
    margin-bottom: 30px;
  }

  .text-block-3 {
    max-width: 500px;
  }

  .image-2 {
    max-width: 768px;
  }

  .form {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-wrapper {
    margin-left: 20px;
  }

  .margin-bottom-24px {
    max-width: 450px;
    font-size: 14px;
    line-height: 20px;
  }

  .shadow-two {
    max-width: 70%;
    margin-left: 50px;
  }

  .text-block-3 {
    max-width: 400px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-2 {
    max-width: 568px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .hero-wrapper {
    margin-left: 0;
  }

  .margin-bottom-24px {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .shadow-two {
    max-width: 70%;
    margin-left: 40px;
  }

  .text-block-3 {
    margin-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .image-2 {
    max-width: 320px;
  }

  .form {
    margin-left: 0;
  }
}
