.c6 ul {
    margin-top: 4.1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 10rem;
}

.c6 li {
    display: flex;
    gap: 1.6rem;
    align-items: center;
}

.c6 li img {
    width: 6.4rem;
    height: 5.6rem;
}

.c6 li p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 143%;
    color: #fff;
}