.fejlechatter {
    background-color: #E8EAEF;
    border-radius: 10px;
    padding: 5px 25px;
}

p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #121D46;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

ol,
ul {
    counter-reset: item;
    list-style-type: none;
    margin: 3rem 0;
}

li {
    padding-left: 25px;
    position: relative;
    color: #121D46;
    line-height: 2.8rem;
    font-size: 1.8rem;
}

ol li::before {
    color: #A3AEC9;
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: item;
    content: counters(item, ".") ".";
}

ul li::before {
    background-color: #A3AEC9;
    font-size: 1.8rem;
    font-weight: bold;
    content: " ";
    width: 8px;
    height: 3px;
    left: 0;
    top: 12px;
    position: absolute;
}

h2 {
    margin-top: 4.7rem;
    color: #121D46;
    line-height: 3.2rem;
    font-weight: bold;
    font-size: 2.4rem;
}

table p {
    font-size: 1.8rem !important;
}