.custom_content {
    text-align: justify;
}

.custom_content ol {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    color: var(--color-grey);
    margin-bottom: 2rem;
}

.custom_content p {
    margin-bottom: 1rem;
}

.custom_content h3 {
    margin: 3rem 0 2rem;
}