.hs-form div.hs-form-field label span:first-child {
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
  }
  
  .hs-richtext.hs-main-font-element,
  .hs-richtext.hs-main-font-element span {
    color: rgba(67, 124, 180, 1) !important;
  }
  
  .hs-form li {
    font-size: 16px;
  }
  
  .hs-form p {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  
  .hs-form .hs-richtext p {
    line-height: 1em;
  }
  
  .hs-form-field {
    margin-top: 15px;
  }
  
  .hs-form input[type="radio"] {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  
  .hs-dependent-field div:nth-child(2) {
    margin-left: 25px;
  }
  
  .hs-dependent-field .hs-form-field label {
    margin-bottom: 5px !important;
    font-size: 16px;
  }
  
  input[type='checkbox'] {
    margin-right: 6px !important;
  }
  
  .hs-dependent-field input[type='checkbox'] {
    margin-bottom: 3px !important;
    margin-top: 3px !important;
    margin-right: 6px !important;
  
  }
  
  .hs-form-checkbox label {
    line-height: 19px;
  }
  
  .hs-form-field {
    line-height: 1.2 !important;
  }
  
  fieldset.form-columns-1 .hs-input:not([type='checkbox']) {
    width: initial !important;
  }
  
  .hbspt-form fieldset {
    margin-bottom: 0px !important;
  }
  
  .hbspt-form input[type=text],
  .hbspt-form select,fieldset.form-columns-1 .hs-input[type=email] {
    height: 37px !important;
    width: 100% !important;
  }
  
  .hbspt-form fieldset {
    max-width: 100% !important;
  }
  
  #devops-maturity-result h1 {
    margin-bottom: 12px;
    margin-top: 75px;
    text-align: center;
    font-size: 40px;
    color: rgba(67, 124, 180, 1);
  }
  
  #devops-maturity-result h2 {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    color: rgba(67, 124, 180, 1);
    margin-bottom: 5px;
  }
  
  #devops-maturity-result h3 {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    color: rgba(67, 124, 180, 1);
  }
  
  #devops-maturity-result h3 i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
  }
  
  #devops-maturity-result img {
    margin-bottom: 12px;
    max-width: 800px;
    margin: auto;
    display: block;
  }
  
  #devops-maturity-result p.debug-text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: rgba(67, 124, 180, 1);
  }
  
  .hbspt-form fieldset div p {
    margin-top: 25px !important;
  }
  
  .hbspt-form fieldset:first-child div p {
    margin-top: 2px !important;
  }
  
  #quest-devops {
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  #quest-devops::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(67, 124, 180, 0.1);
  }
  
  #quest-devops::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(67, 124, 180, 0.1);
  }
  
  #quest-devops::-webkit-scrollbar-thumb {
    background-color: rgba(67, 124, 180, 1);
    border: 2px solid rgba(67, 124, 180, 0.2);
  }
  
  #quest-devops label,
  #quest-devops p,
  #quest-devops input,
  #quest-devops select {
    font-family: 'Poppins';
  }
  
  #quest-devops input {
    color: #050505;
  }
  
  #quest-devops p {
    font-weight: 100;
  }
  
  .hbspt-form .hs-error-msgs li label{
    font-weight: 200;
    font-size: 14px !important;
  }
  .hs_error_rollup{
    display: inline-block !important;
  }
  .hs-fieldtype-text,.hs-fieldtype-select {
    margin-top: 5px !important;
    margin-bottom: 0px;
  }
  .hs-form-field {
    margin-top: 5px;
    margin-bottom: 10px;
  } 
  .hbspt-form .hs-submit .actions input{
    background: #437cb4;
    color: #ffffff !important;
    border-color: #437cb4;
  }
  .hbspt-form .hs-submit .actions input:hover{
    color: #437cb4 !important;
  }
  @media only screen and (max-width: 600px) {
    .hbspt-form input[type=text],.hbspt-form input[type=email]{
        width: 100% !important;
    }
    .hbspt-form fieldset div p {
      margin-top: 0px !important;
    }

  }