.form-text-section {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

.home-banner-caption h1 span {
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    color: #f0b548;
    font-family: Public Sans,sans-serif;
    Public Sans,font-family: sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.inner-banner-wrap .home-banner-caption {
    padding: 2% 0;
}

.form-text-section .form-text-section__text {
    width: 50%;
    padding-right: 80px;
    padding-top: 80px;
}

.form-text-section .h2-style h2:after{
    background: rgba(49, 141, 170 , 1.0);
    content: "";
    display: block;
    height: 5px;
    margin: 35px 0 0;
    width: 82px;
}

.form-text-section .form-style {
    width: 50%;
    background: #fff;
    padding: 50px;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.form-style > h3 {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 15px;
    margin: 0 7px 20px;
    border-bottom: thin solid #ddd;
}

.form-text-section__text hr {
    margin: 20px 0;
    border-top: none;
}

.form-text-section__text-inner h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.form-text-section__text-inner ul {
    margin-bottom: 40px;
    overflow: visible !important;
}

.form-text-section__text-inner ul li {
    list-style: disc;
    overflow: visible !important;
}


.form-style .hs-form-field .hs-input[type="radio"]{
  width: auto !important;
  height: auto !important;
  margin-right: 10px;
}
@media all and (max-width: 767px){
  .form-text-section .form-text-section__text {
      width: 100%;
      padding: 30px 10px;
  }

  .form-text-section .form-style{
      width: auto;
      margin: 0px -15px 10px;
      padding: 30px 10px;
      box-shadow: none;
      border-top: thin solid #ddd;
      border-radius: 0;
  }

  .form-text-section {
      padding-bottom: 0;
  }
}