.cyl-cards-container {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.cyl-card {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.cyl-card:not(.cyl-card-1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(26, 26, 26, 0.2);
}

.cyl-card-number {
    line-height: 1;
    margin-top: 11px;
}

.cyl-card-content-wrapper {
    flex: 1;
}

.cyl-card-title {
    line-height: 1;
}

.cyl-card-description {
    line-height: 1.6;
}

.cyl-scroll-spacer {
    width: 100%;
}
