.numbered_list_gutenberg {
    margin: 50px 0;
}

.numbered_list_gutenberg_item {
    /*padding: 0 15px;*/
    margin-bottom: 40px;
}

.numbered_list_gutenberg_item__header {
    border-radius: 40px;
    background-color: #112031;

    position: relative;
    display: flex;
    align-items: center;
    min-height: 76px;
}

.numbered_list_gutenberg_item__circle {
    font-size: 30px;
    background-color: #EE7CD2;
    color: #fff;
    border-radius: 50%;
    width: 84px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -1px;
    border: 5px solid #fff;
}

.numbered_list_gutenberg_item__title {
    font-size: 20px;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 30px 10px 100px;
    max-height: 76px;
    overflow: hidden;
}

.numbered_list_gutenberg_item__title a {
    /*text-decoration: none !important;*/
    font-size: 20px;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: inherit !important;
}

.numbered_list_gutenberg_item__title a:hover,
.numbered_list_gutenberg_item__title a:visited,
.numbered_list_gutenberg_item__title a:focus {
    /*text-decoration: none !important;*/
}

.numbered_list_gutenberg_item__content {
    margin-top: 10px;
    padding-left: 40px;
}