ul .overview-text {
    position: relative;
    padding-left: 30px;
    padding-bottom: 16px;
}

ul .overview-text::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url('/assets/image/blue-circle-check.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}