.section-08 .preview-container .arrows {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 .5rem;
    pointer-events: none;
    z-index: 1;
}

.section-08 .arrows .arrow {
    background: rgba(14, 58, 129, .8);
}

.section-08 .arrows .arrow {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    pointer-events: auto;
    cursor: pointer;
    opacity: 0;
    text-align: center;
    line-height: 2.75rem;
    font-size: 1.125rem;
    transition: opacity .3s, transform .3s;
}
