.mt-7.flex.justify-center.align-center img {
    width: 502px;
    border-radius: 20px;
    height: 530px;
}

@media (max-width: 600px) {

    img.w-40.lg\:w-48.logo-img{
        width  : 190px !important;
    }

    #tmd-number-header{
        display: none;
    }

    
}
@media (max-width: 300px) {

    img.w-40.lg\:w-48.logo-img{
        width  : 220px !important;
    }

    #tmd-number-header{
        display: none;
    }

    
}
#company_logo{
    width:110px !important;
    height:90px !important;
}