html{
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
}

.head-img{
    width: 100% !important;
    max-height: 400px !important;
    object-fit: fill;
}

.mobile{
    display: none;
}

.header-logo{
    height: 70px;
}

label{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

@media(max-width: 1200px){
    
}

@media(max-width: 1000px){
    
}

@media(max-width: 745px){

}

@media(max-width: 640px){

    .mobile{
        display: block;
    }
    
    .head-img{
        display: none;
        height: 200px;
        object-fit: fill;
    }

    h6{
        font-size: 15px;
        font-weight: 500;
    }
}