#ask_us{
    text-align: center;
}
.ask-h3{
    font-size: 40px;
    text-align: center;
}
.box-br{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
.cl{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 3% 0%;
    
}
button{
    width: 100%;
    margin: 3% 0%;
}
@media only screen and (max-width: 880px ){

footer{
    height:750px;
}
}
