.welcome-block {
    text-align: center;
    font-family: sans-serif;
    padding: 30px 0 40px;
}

/* .main-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    color: var(--logo-color);
    -moz-user-select: none;
    user-select: none;
    margin-bottom: 28px;
}

.main-logo img {
    object-fit: cover;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    fill: var(--logo-color);
} */

.welcome-block .title {
    font-size: 46px;
    margin-bottom: 24px;
    font-weight: bold;
}

.welcome-block .description {
    font-size: 24px;
    line-height: 38px;
}