ol {
    list-style: none;
    counter-reset: item;
    font-family: 'Gotham_Book_ve', sans-serif;
}

ol li {
    counter-increment: item;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

ol li:before {
    content: counter(item) " ";
    font-size: 24px;
    width: 46px;
    height: 46px;
    background-color: #F2E097;
    color: #051826;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    margin: 10px 0;

}

ol li span {
    text-align: center;
}

.o-ego h2 {
    padding-bottom: 55px;
}

.o-ego li {
    font-size: 1.25rem;
}

.o-ego ul li img {
    margin: 0 auto;
    display: block;
    padding: 10px 0;
}

.o-ego:nth-of-type(2) {
    display: flex;
    justify-content: center;
}

.o-ego:nth-of-type(2) img {
    align-self: center;
}