.anchor-link-text::after {
    border-style: solid;
    border-width: 0.12em 0.12em 0 0;
    content: '';
    height: 0.4em;
    border-color: #3155a4;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    width: 0.4em;
}

.anchor-link {
    text-transform: none !important;
    height: 5rem;
    border-radius: 0 !important;
    position: relative;
}
.anchor-link:focus, .anchor-link:active{
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.anchor-link h6 {
    font-weight: 600;
    font-size: 15px;
}

#page-anchor-links {
    display: flex;
    height: 100%;
    margin: 4rem 0;
    justify-content: space-between;
}