* {
    box-sizing: border-box;
}
body, html {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: linear-gradient(111deg, #305256 11.26%, #483A53 93.6%), #F9FAFB;
    width: 100vw;
    height: 100vh;
}
.row {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.text-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.img {
    margin-left: 100px;
    max-width: 500px;
}
.text {
    color: #EAEAEA;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 68.414px; /* 213.793% */
    letter-spacing: -0.96px;
    position: absolute;
    margin-top: -120px;
}