.root {
    margin-left: 48px;
    margin-right: 24px;
    margin-top: 64px;
}

.tag {

}

.description {
    width: 100%;
    max-width:450px;
}

.block {
    margin-bottom: 18px;
}

.questions {
    margin-top: 64px;
}

.last-p {
    margin-bottom: 64px;
}

.img {
    width: 100%;
    max-width:450px;
}

.en {
    font-style: italic;
    color: rgb(100, 100, 100);
}

.block-en {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
}


h1, h2, h3, p, ul {
    font-family: "Helvetica Neue", "Helvetica", helvetica;
    font-weight: normal;
    color: rgb(50, 50, 50);
}

h1 {
    margin-top: 0px;
    margin-bottom: 24px;
}

h2 {
    margin-top: 0px;
    margin-bottom: 18px;
}

p, ul, li {
    margin-top: 0px;
    margin-bottom: 8px;
}

a {
    color: rgb(50, 50, 50);
}
a:hover {
    color: rgb(150, 150, 150);
}

ul {
    list-style-position: outside;
    list-style: square;
    padding-left: 24px;
}