@media (max-width:1200px) {
    .page-nav.page-nav-white{
        padding: 20px;
    }
    .page-nav:after {
        font: normal normal normal 14px / 1 FontAwesome;
        display: block;
        content: "\f105";
        position: absolute;
        right: 10px;
        font-size: 20px;
        color: #004121;
        top: 50%;
        opacity: .5;
        margin-top: -10px;
        -webkit-animation: angleRight 1s ease-in infinite;
        animation: angleRight 1s ease-in infinite;
    }
}