.trial-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.trial-form .fields-wrapper{
    display: flex;
    gap: 10px;
}
.trial-form .form-half{
    width: 50%;
}
.trial-form select{
    max-width: 100%;
    border: 1px solid #d2d6dc;
    border-radius: .3rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    font-size: 15px;
    padding: .5180469716em;
    width: 100%;
}
.trial-form label {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Sen';
}
