.c-bl {
    width: fit-content;
    border: 1px solid #cfd8dc;
    padding: 1em 2em;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.c-bl ul {
    list-style: none;
    padding-inline-start: 0;
    margin-top: 0.5em;
    font-size: 115%;
    line-height: 130%;
}
.c-bl li {
    background: url("../check-icon.svg") left top no-repeat;
    padding-left: calc(24px + 0.8em);
}
.c-bl li:not(:last-child) {
    margin-bottom: 1em;
}
.c-bl .title {
    color: #0d47a1;
    font-weight: bold;
    font-size: 160% !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
