.technology-column .technology-item {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    row-gap: 2rem;
    margin-bottom: 50px;
}
.technology-column .technology-item p.tick.qa-list img {
    max-width: none;
    max-height: none;
}
.technology-column .technology-item.qa-processes {
    height: fit-content;
}
.qa-list {
    width: fit-content;
    justify-content: space-between;
}
.qa-list .qa-img {
    width: 150px;
    align-items: center;
    row-gap: 1rem;
}
.qa-list .qa-img img {
    height: 80px;
    width: auto;
}
.qa-list .qa-img p {
    font-family: Grifter;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--black-1);
    width: 100%;
    text-align: center;
}
.qa-list span {
    width: 60%;
    font-family: Avenir;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: var(--black-1);
}

@media only screen and (max-width: 1200px) {
    .qa-list span {
        width: 80%;
    }
    .qa-list .qa-img img {
        height: 70px;
    }
    .qa-list .qa-img p {
        font-size: 0.8em;
    }
}
@media only screen and (max-width: 480px) {
    .qa-list span {
        width: 80%;
        font-size: 0.85em;
    }
    .qa-list .qa-img img {
        height: 60px;
    }
    .qa-list .qa-img p {
        font-size: 0.75em;
    }
}

