#f-2{
    background-color: #1A1A1A;
    width: 50%;
    position: relative;
    flex-grow: 1;
    min-height: 750px;
}

#f-2 .f-form-sec{
    position: relative;
    margin-bottom: 0;
}

#f-2 .f-form-sec form{
    position: relative;
    margin-bottom: 0;
}

#f-2 .f-text{
    align-self: flex-end;
}

@media (max-width: 1000px){   
    #f-2{
        width: 100%;
    }

    #f-2 .f-text{
        margin-bottom: 0;
    }

}