.projects-slider {
    width: 296px;
    overflow: hidden;
    position: relative;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.projects-card__slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.projects-card__slider img {
    width: 296px;
    height: auto;
    flex-shrink: 0;
    opacity: 0.4;
    clip-path: path("M271.882 2L285 15.0967V184.631L271.882 197.729H14.1182L1 184.631V15.0967L14.0967 2H271.882Z");
}

.project-slide {
    position: relative;
    padding-left: 5px;
}

.projects-card__slide {
    position: relative;
}

.projects-card__slide--cover {
    position: absolute;
    top: 0;
    left: 7px;
}

.project-link div {
    color: white;
    text-decoration: none;
}

.project-link {
    text-decoration: none;
}

.one-slider-dots {
    text-align: center;
    margin-top: 30px;
}

.one-slider-dots div {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 16px;
    background: rgba(183, 183, 183, 0.2);

    cursor: pointer;
    transition: background-color 0.3s;
}

.one-slider-dots div.active {
    background-color: #272727;
    background: rgba(230, 196, 76, 0.5);
}
