.fl-child-next-section-chevron-wrap {
    text-align: center;
    padding: 20px 0;
    position: absolute;
    bottom: 1vw;
    z-index: 4;
    display: inline-flex;
    left: 40%;
    right: 40%;
    justify-content: center;
}

.fl-child-next-section-chevron-wrap .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fl-child-next-section-chevron-wrap .chevron {
    cursor: pointer;
}