ul_custom {
    list-style-type: none;
    padding: 0%;
    margin: 0;
}

li_custom {
    display: block;
    background-image: url("../images/check-mark-circle-thin.svg");
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    background-position: 10% 10px;
    background-size: 16px;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 36px;
    padding-left: 20%;
    padding-top: 0%;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;

}

.text-image-button {
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.text-image-button span {
    margin-left: 4px;
    margin-right: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.text-image-button img {
    margin-left: 4px;
    margin-right: 4px;
    width: 32px;
    /* Adjust the width as needed */
}