.staticpage-title {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
}

.wrapper-course {
    width: 100%;
    margin-top: 100px;
    padding: 50px;
    background-color: #fff;
    border-radius: 7px;
}

.staticpage-content h2 {
    margin-left: -25px;
    margin-bottom: 2rem;
}

.staticpage-content h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 1rem;
}

.staticpage-content .list li a {
    font-size: 1rem;
    color: #090223;
}

.staticpage-content ol {
    margin-bottom: 2rem;
}

.staticpage-content ul {
    margin-left: 20px;
}

.staticpage-content ul li a,
.staticpage-content ol li a {
    text-transform: none;
    font-weight: 400;
    word-wrap: break-word;
}

.staticpage-content ol {
    margin-left: 20px;
}

.staticpage-content p a {
    text-transform: none;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 2rem 0;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

hr {
    border-top: 1px solid #090223;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 620px) {
    .wrapper-course {
        padding: 50px 10px;
    }
}

@media (max-width: 460px) {
    .staticpage-content h2 {
        font-size: 1rem;
    }

    .staticpage-wrapper h1 {
        font-size: 1.5rem;
    }
}
