.incotec-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.incotec-checklist__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.incotec-checklist__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--icon-color, #7AD3C1);
    margin-top: 2px;
}

.incotec-checklist__icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.incotec-checklist__text {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #002D47;
}

.incotec-checklist__text p {
    margin: 0;
}

.incotec-checklist__text p + p {
    margin-top: 4px;
}

/* Responsive */
@media (max-width: 767px) {
    .incotec-checklist__text {
        font-size: 14px;
    }
}
