.projects-card {
    width: 336px;
    height: 420px;

    /* position: absolute; */
    left: 2626px;
}

/* .projects-card__slider {
    display: flex;
    justify-content: center;
    margin-top: 30px;
} */

.projects-card__data {
    opacity: 0;
    animation: opacity-animation-zero-to-one 1s ease-in-out forwards;
}

.app-card__footer {
    color: #C7C8D1;
    font-family: 'RoadRadio', sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: 200;
    margin-top: 40px;
}

.projects-card__footer {
    color: #C7C8D1;
    font-family: 'RoadRadio', sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: 200;
    margin-top: 25px;
}

.projects-card__headers {
    
}