hu-custom-form .f-3_title{
    text-align: center;
    font-size: var(--f-3-title-size, 58px);
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--font-akzidenz-grotesk-super);
    margin-bottom: 60px;
}

hu-custom-form .f-3_input{
    display: block;
    width: 100%;
    min-height: 68px;
    padding: 16px 28px;
    color: inherit;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 12px;
    outline: none;
    font-size: var(--f-3-input-size, 18px);
    font-weight: 500;
    font-family: var(--font-gotham-medium);
}

hu-custom-form .f-3_input::placeholder{
    color: inherit;
    opacity: 0.7;
}

@media(max-width:959px){
    hu-custom-form .f-3_title{
        font-size: var(--f-3-title-size-mobile, 45px);
        margin-bottom: 8vw;
    }
    hu-custom-form .f-3_input{
        padding: 12px 16px;
        font-size: var(--f-3-input-size-mobile, 20px);
    }
}

hu-custom-form .f-3_form-row{
    width: min(100%, 800px);
    margin-inline: auto;
}
