.qtr-features>div>img {
    width: 100%;
    max-width: 80px;
    border-radius: 50%;
}

.qtr-works {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.qtr-features>div {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.qtr-features>div>p {
    margin-bottom: 0px;
}

.qtr-features>div>p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
}

.it-works-sec {
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
}