.reference-card {
    padding: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transition: all 0.33s ease-in-out;
    cursor: pointer;
}

.reference-card:hover {
    box-shadow: 0px 4px 20px rgba(41, 70, 255, 0.3);

}

.reference-img {
    width: 240px;
    height: 170px;
}

.reference-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#references {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.reference-content h3 {
    text-align: center;
}

.all-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}