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

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

.hidden {
  display: none;
}

.documents-card__screen {
    display: flex;
    justify-content: center;
    margin-top: 19px;
    align-items: center;
}

.documents-card__text {
    font-size: 14px;
    color: #CACACA;
    text-align: start;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.documents-card__icons {
    display: flex;
    justify-content: center;
    gap: 43px;
    margin-top: 20px;
}

.documents-card__buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.documents-card__content {
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: opacity-animation-zero-to-one 1s ease-in-out 1s forwards;
}

.documents-slider {
    overflow: hidden;
    width: 336px;
    margin-left: 11px;
    margin-top: 30px;
}

.documents-slide__row {
    display: flex;
    width: 336px;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 40px;
}

.documents-slide {
    width: 336px;
}

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

.documents-card__slider {
    width: 336px;

    height: auto;
    flex-shrink: 0;
}

.documents-card__screen {
    width: 336px;
    height: 247px;
}

.documents-slider-dots {
    text-align: center;
    margin-top: 10px;
}

.documents-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;
}

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