.root {
    padding-top: 65px;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.wrapper {
    display: grid;
    grid-auto-columns: minmax(min-content, 360px);
}

.title {
    font-weight: 500;
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: var(--vkws_landings--color--white);
}

.desc {
    font-weight: 500;
    margin: 0;
    margin-top: 20px;
    text-align: center;
    font-family: VK Sans Display;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
}

@media screen and (min-width: 1024px) {
    .root {
        padding-top: 70px;
        padding-bottom: 20px;
    }

    .wrapper {
        grid-auto-columns: minmax(min-content, 700px);
    }

    .title {
        font-size: 58px;
        line-height: 74px;
    }

    .desc {
        font-size: 28px;
        line-height: 32px;
    }
}

@media screen and (min-width: 1680px) {
    .root {
        padding-top: 79px;
    }
}
