@media only screen and (max-width: 600px) {
    .web-title {
        /* display: none !important; */
        flex-wrap: flex !important;
    }
    .web-title img {
        width: 80px;
    }
    /* .mobile-title {
        display: flex !important;
    } */
}

@media (max-width: 1023px) {
    .d-flex {
        display: flex !important;
    }
}