.container {
    margin-top: 15px;
}

img {
    display: block;
    max-width: 35%;
    height: auto;
}

.title:first-of-type {
    font-size: 20px;
    margin-top: 10px;
}

.title {
    font-size: 35px;
    margin-top: 10px;
}

.paragraph, ol {
    font-size: 20px;
}

.paragraph:first-of-type {
    margin-top: 60px;
}

.list-title {
    margin-top: 25px;
    margin-bottom: 10px;
}

ol {
    list-style: arabic-indic;
}