h2.flex.text-theme-800.dark\:text-theme-300.text-xl.font-medium.service-group-name {
    padding: 5px;
}

.resolved .mr-3 img {
    width: 96px !important;
    height: 96px !important;
}


@media (max-width: 768px) {

    .resolved .mr-3 img {
        width: 128px !important;
        height: 128px !important;
    }

    .information-widget-logo {
        width: 100%;
        text-align: -webkit-center;
    }

    .information-widget-logo div {
        margin: 5px;
    }

    .information-widget-greeting{
        padding: 10px;
        text-align: center;
        width: 100%;
    }

    .information-widget-greeting span {
        margin-right: 0 !important;
        font-size: 1rem;
    }


}
