h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

strong {
    font-weight: 600;
}

h4 {
    font-size: 1.5rem;
    font-weight: 400;
}

p {
    padding-top: 1rem;
}

ul {
    padding-left: 1.5rem;
}

ul li {
    text-decoration: dotted;
}