.formBlock{
    width: 100%;
    max-width: 700px;
}
.formBlock form > div{
 width: 100%;
}
@media screen and (max-width: 992px){
    .preFormBlock{
        padding: 0!important;
        border-radius: 20px!important;
    }
    .preFormBlock .img-fluid{
        display: block;
        margin: auto;
        max-width: 90%;
    }
    .formBlock{
        background: transparent;
        box-shadow: none;
    }
    .floating-footer{
        transform: translate(70px, -20px);
    }
    .p_img{
        max-height: 400px;
    }

}
@media screen and (max-width: 500px){
    .floating-footer{
        transform: translate(70px, -20px);
    }
}