.just-ask-us-form{
    margin-bottom: 90px;
}
.just-ask-us-form p{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--gray);
    margin-bottom: 75px;
}
.just-ask-us-form .inline{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.just-ask-us-form .inline .inline-item{
    width: 33%;
}
.just-ask-us-form .bottom-form{
    gap: 20px;
    display: flex;
}
.just-ask-us-form .text-form{
    width: 75%;
}
.just-ask-us-form .btn-form{
    width: 25%;
    position: relative;
}
.just-ask-us-form .btn-form .btn{
    position: absolute;
    bottom: 30px;
    left: 0;
}
body .just-ask-us-form form p{
    margin-bottom: 0!important;
}
label input, textarea{
    width: 100%;
}
.wpcf7-not-valid-tip{
    font-size: 14px;
}
.inline .inline-item .wpcf7-form-control-wrap{
    height: 40px;
}
@media screen and (max-width: 768px) {

    .just-ask-us-form .inline{
        gap: 10px;
        flex-direction: column;
    }
    .just-ask-us-form p{
        margin-bottom: 30px;
    }
    .just-ask-us-form .inline .inline-item{
        width: 100%;
    }
    .just-ask-us-form .text-form{
        width: 100%;
    }
    .just-ask-us-form .bottom-form {
        gap: 53px;
        flex-direction: column;
        justify-content: space-between;
    }
    .just-ask-us-form {
        margin-bottom: 20px;
    }
}