/* --- DIVIDER SECTION BETWEEN SEC 1 & SEC 2 --- */
.divider-section {
    width: 100vw;
    padding: 2vh 4vw;
    box-sizing: border-box;
    margin-top: 7vh;
}

.pattern-box {
    width: 100%;
    height: 4vh;
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-size: 8px 8px;
    margin-bottom: 2vh;
}

.scroll-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Nohemi', sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

.plus {
    font-size: 1.5rem;
    font-weight: 300;
    display: inline-block;
}

.p1 {
    transform: rotate(0deg);
}

.p2 {
    transform: rotate(15deg);
}

.p3 {
    transform: rotate(30deg);
}

.p4 {
    transform: rotate(45deg);
}

.scroll-text {
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
