
.ngjs-form-1{
    padding: 35px 12px;
}
.ngjs-form-1-container{
    max-width: 1190px;
    padding: 35px 12px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ngjs-form-1-form{
    width: 47%;
    max-width: 480px;
}
.ngjs-form-1-form > h2{
    font-weight: 600;
    font-size: 36px;
    color: #101828;
    margin-bottom: 0.5em;
}
.ngjs-form-1-form > p{
    color: #667085;
    font-size: 18px;
}
.ngjs-form-1-img{
    width: 50%;
    max-width: 576px;
}
.ngjs-form-1-img img{
    width: 100%;
}

.ngjs-form-all .form-control{
    border: 1px solid #D0D5DD;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    height: calc(2.125em + 0.75rem + 2px);
}
.ngjs-form-all textarea.form-control{
    height: calc(5em + 0.75rem + 2px);
}

.ngjs-form-all .form-group label{
    color: #344054;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 7px;
}
.ngjs-form-all .btn{
    margin-top: 10px;
    border-radius: 8px;
}


@media (max-width: 767px){

    .ngjs-form-1, .ngjs-form-1-container{
        padding: 25px 12px;
    }
    .ngjs-form-1-form > h2{
        font-size: 26px;
    }
    .ngjs-form-1-form >p{
        font-size: 16px;
    }

    .ngjs-form-1-form{
        width: 100%;
        max-width: none;
    }
    .ngjs-form-all .form-control{
        height: calc(2em + 0.75rem + 1px);
    }
    .ngjs-form-1-img{
        display: none!important;
    }
}
