.numbered-list-container-3016dcf7 {
    display: flex;
    flex-direction: column;
}
.numbered-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.numbered-list-item:last-child {
    margin-bottom: 0;
}
.numbered-list-number {
    font-size: 50px;
    font-weight: 800;
    color: #e51d20;
    line-height: 1;
    margin-right: 25px;
}
.numbered-list-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1e27;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.2;
}
.numbered-list-desc {
    font-size: 16px;
    color: #555b6b;
    line-height: 1.5;
}
.numbered-list-content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}