.text-with-icon {
    position: relative;
    z-index: 1;
    display: block;
    padding: 16px 10px 17px 82px;
    font-size: 18px;
    font-weight: bold;
    color: #011e41;
    background: #fff;
    border-radius: 24px;
}

.text-with-icon .icon {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 21px;
    top: 0;
    bottom: 0;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-with-icon .icon svg {
    display: block;
    flex: 1;
    max-width: 100%;
    max-height: 36px;
}

.items-list-1 .text-with-icon {
    line-height: 1.17;
    margin-bottom: 20px;
}
