.modal-hello {
    width: 100%;
}

img.logo-xs {
    display: none;
}

.texts-hello {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
}

.header-hello .img {
    margin-bottom: 0;
}

.show-md {
    display: flex;
}
.show-xs {
    display: none;
}

