        .question-btn .tp-feature__text ul {
    padding-left: 0;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
}

.question-btn .tp-feature__heading {
    margin-bottom: 30px;
}

.question-btn .tp-feature__text ul li {
    margin-bottom: 10px;
}

.question-btn .tp-feature__text ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: auto;
}

.question-btn .tp-feature__text ul li span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: var(--tp-primary);
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
}

.question-btn .tp-feature__text ul li svg {
    width: 35px;
    height: 35px;
}

.qr-code img {
    width: 100px;
}
