.tb_temp_class_customform-label{
    display: block;
    font-family: Libre Franklin;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #393939;
}
.tb_temp_class_customform-input{
    background: #f1f1f1;
    box-shadow: none;
    border: 0;
    margin-bottom: 16px;
    width: 100%;
    padding: 8px 16px;
    font-family: Libre Franklin;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #393939;
    border-bottom: 2px solid transparent;
}
.tb_temp_class_customform-input:active, .tb_temp_class_customform-input:focus{
    border-bottom: 2px solid #393939;
}

.tb-contact-form-elem .tb-radio-section-secondary {   
  display:grid;
  grid-template-columns: 70% 10% 10%;
  column-gap: 20px;
 }
@media only screen and (max-width: 570px) {  
  .tb-contact-form-elem .tb-radio-section-secondary {   
    column-gap: 10px;
  }
}.tb-contact-form-elem .tb-radio-section-secondary label {
  font-size:16px;
  line-height:32px;
  font-weight:400;
 }
.tb-contact-form-elem .tb-radio-section-secondary label input{
  margin-right:8px
 }