.check-form {
    padding: 10px !important;
    margin: 40px !important;
}
/* .check-content{
    padding: 10px !important;
} */
.footer-middle-area{
    text-align: center;
}
ul.information{
    text-align: left;
}
.required {
    color: red;
}
@media only screen and (max-width: 767px)
{
    .check-content {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .pt-170 {
        padding-top: 140px;
    }  
}