.arrow-next-previous {
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 100%;
}

.arrow-next-previous-header {
    display: flex;
    align-items: center;
}

.arrow-next-previous-next-link {
    margin-left: auto;
}

.arrow-next-previous-header.next-header {
    margin-right: 0;
}

.arrow-next-previous-header .left-arrow {
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-bottom: solid 1px #474a4c;
    border-left: solid 1px #474a4c;
    transform: rotate(45deg);
}

.arrow-next-previous-header .right-arrow {
    width: 6px;
    height: 6px;
    margin-left: 5px;
    border-top: solid 1px #474a4c;
    border-right: solid 1px #474a4c;
    transform: rotate(45deg);
}


@media screen and (max-width: 768px) {
    .arrow-next-previous {
        padding-top: 10px;
    }
}
