.container-references {
    padding: 100px 380px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.container-references h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    color: black;
    text-align: center;
}

.container-references p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: black;
}

.references-block__list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.references-block__list-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.references-block__list-item h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    color: black;
}

.references-block__list-item ul {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: black;
    list-style: inside;
}

.references-block__inferior p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: black;
}

@media (min-width: 1200px) and (max-width: 1670px) {
    .container-references {
        padding: 100px 99px;
    }
}

@media (max-width: 768px) {
    .container-references {
        padding: 40px 20px;
        gap: 16px;
    }

    .container-references h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .references-block__list-item h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .references-block__list-item ul, .container-references p {
        font-size: 16px;
        line-height: 24px;
    }

    .references-block__list-item-link {
        word-break: break-all;
        overflow-wrap: break-word;
    }

    .references-block__list {
        gap: 16px;
    }
}
