.welcome .left-block {
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(184, 184, 184, 0.2);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.welcome .left-block img[alt="Logo"] {
    margin-top: 45px;
}

.welcome .right-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.welcome .right-block .text {
    text-align: center;
}

.welcome .right-block .text h1 {
    font-family: Gilroy-Extrabold, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    color: #031521;
}

.welcome .right-block .text h4 {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #6C6D74;
}

.welcome .right-block .text img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (max-width: 768px) {
    .welcome .left-block {
        background: transparent;
        position: absolute;
    }
    .welcome .left-block img[alt="Logo"] {
        max-width: 100%;
    }
    .welcome .left-block img[alt="Banner"] {
        max-width: 100%;
        filter: blur(5px);
    }
    .welcome .right-block {
        position: inherit;
        z-index: 1;
    }
    .welcome .right-block .text {
        margin-top: 75%;
    }
}

/*# sourceMappingURL=welcome.css.map */
