.milestone {
    padding: 50px 100px;
}

.logo {
    width: 100%;
    height: auto;
}

.subject {
    padding-top: 50px;
    font-size: 4rem;
}

ul {
    list-style-type: none;
    counter-reset: section;
    padding: 0;
}

li {
    counter-increment: section;
    margin-bottom: 10px;
    font-size: 2rem;
}

li::before {
    content: counters(section, ".") ".";
}

.title-number {
    margin-top: 50px;
}

.title-text {
    display: inline;
    margin-left: 30px;
}

.subtitle-number {
    display: flex;
    margin-top: 10px;
}

.subtitle-text {
    margin-left: 30px;
}

.subtext-number {
    display: flex;
    margin-top: 10px;
}

.subtext {
    display: inline;
    margin-left: 30px;
}

.paragraph {
    margin-top: 10px;
    font-size: 2rem;
}

.item-list {
    padding-left: 30px;
}

.item {
    margin-top: 10px;
    display: flex;
}

.item-text {
    margin-left: 30px;
}
