@media only screen and (max-width: 1440px) {

    .references-items {
        display: flex;
        flex-direction: column;
    }

    .references-item-up {
        justify-content: center;
        align-items: center;
    }

    .references-item-name {
        text-align: center;
    }

    .references-item-title {
        text-align: center;
    }

    .references-item-detail {
        text-align: center;
    }
}
 
@media only screen and (max-width: 768px) {
}