hu-custom-form .f-1{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

hu-custom-form .f-1_body{
    flex: 0 0 40%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

hu-custom-form .f-1_media{
    flex: 0 0 60%;
    max-width: 800px;
}

hu-custom-form .f-1_media picture{ display: contents; }

hu-custom-form .f-1_media-image{
    display: none;
}

hu-custom-form .f-1_media-image.is-active{
    display: block;
}

hu-custom-form .f-1_logo{
    max-width: 230px;
    height: fit-content;
}

hu-custom-form .f-1_textarea{
}

hu-custom-form .f-1_title{
    font-size: var(--f-1-title-size, 44px);
    font-weight: 500;
    font-family: var(--font-akzidenz-grotesk-super);
    margin-bottom: 20px;
}

hu-custom-form .f-1_content{
    font-size: var(--f-1-content-size, 18px);
    font-weight: 500;
    font-family: var(--font-gotham-medium);
    margin-bottom: 60px;
}

@media(max-width:959px){
    hu-custom-form .f-1{
        flex-direction: column-reverse;
        gap: 60px;
    }

    hu-custom-form .f-1_body{
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    hu-custom-form .f-1_title{
        font-size: var(--f-1-title-size-mobile, 44px);
        margin-bottom: 8px;
        text-align: center;
    }

    hu-custom-form .f-1_content{
        font-size: var(--f-1-content-size-mobile, 25px);
        margin-bottom: 8vw;
        text-align: center;
    }

    hu-custom-form .f-1_textarea{
        width: 100%;
    }
}
