@media  screen and (max-width: 720px){
    #header {
        height: auto;
    }
    .header-main {
        display: block;
      
    }
    .header-left {
        width: 100%;
    }
    .header-right {
        width: 100%;
        padding-top: 30px;
    }
    .footer-main p {
        text-align: center;
        color: #ff3300;
        font-weight: 500;
        padding: 10px;
        margin-bottom: 0;
      
    }
    .rev{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media  screen and (max-width:920px){
    .top-header-btn {
        width: 88%;
    }
    .secribe{
        width: 100%;
    }
    .sub-left {
        margin-bottom: -42px;
        width: 30%;
    }
}