p {
  margin-bottom: unset;
}

.trial-hero-section {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 16px;
  line-height: 20px;
  color: #3D3E40;
}
.trial-hero-section__bg {
  position: absolute;
  top: 105.journey-section__bgpx;
  left: 50%;
  transform: translateX(-50%);
}
.trial-hero-section__content {
  max-width: 1087px;
  padding: 100px 30px 115px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}
.trial-hero-section__text {
  max-width: 312px;
  font-weight: 700;
}
.trial-hero-section__text h1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.trial-hero-section__text p:not(:last-child) {
  margin-bottom: 10px;
}

.trial-hero-section__metrics {
  position: relative;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 415px;
}
.trial-metric {
  min-width: 0;
  min-height: 0;
  font-weight: 700;
}
.trial-metric__value {
  font-size: 46px;
  line-height: 1;
  color: #0177CC;
  margin-bottom: 10px;
}
.trial-metric__label {
  margin-bottom: 0;
}

.form-section {
  position: relative;
  max-width: 965px;
  margin: 0 auto 70px;
  padding: 0 70px;
}
.form-section__icon {
  position: absolute;
  top: 0;
  left: -50px;
}
.inputs-row {
  margin-bottom: 15px;
}
.input-group input {
  border-radius: 4px !important;
}

dd#captcha-element input {
  display: block;
  margin: 0 auto;
  max-width: 206px;
}
dd#captcha-element img {
  display: block;
  margin: 0 auto 10px;
}
dd#submit-element {
  display: flex;
  justify-content: center;
}
dd#submit-element input[type="submit"] {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  width: max-content;
  color: #FAFAFA;
  background-color: #0177CC;
  transition: all .2s ease-in-out;
}
dd#submit-element input[type="submit"]:hover {
  filter: brightness(0.95);
}
dd#submit-element input[type="submit"]:disabled {
  opacity: 0.6;
}
dt#captcha-input-label, dt#submit-label {
  display: none;
}

@media (max-width: 991px) {
  .trial-hero-section {
    font-size: 14px;
    padding: 30px 30px 70px;
  }
  .trial-hero-section__content {
    flex-direction: column;
    text-align: center;
  }
  .trial-hero-section__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .trial-hero-section__metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 80px;
  }
  .trial-metric__value {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .form-section__icon {
    position: relative;
    display: block;
    left: unset;
    margin: 0 auto 30px;
  }
  dd#submit-element input[type="submit"] {
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 15px;
  }
}
