.text_body {
    margin: 80px auto;
}

.text_body h2,
.text_body h3 {
    margin-bottom: 0;
}

.text_body ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    padding: 0 10px 0 0;
    color: var(--sage);
    font-size: 16px;
}

.text_body ul li {
    margin-bottom: 15px;
    display: flex;
    font-size: 16px;
    font-weight: 200;
}

.text_body ol {
    padding-left: 0;
}

.text_body ol li::marker {
    padding-left: 0;
    font-size: 16px;
}

.text_body ol li {
    display: flex;
    list-style: inside decimal;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
}

.text_body ol li span {
    padding-left: 10px;
    font-weight: 400;
}

@media (max-width: 600px) {
    .text_body h1 {
        font-size: 36px;
    }

    .text_body h3 {
        font-size: 24px;
        text-align: center;
    }
}