.pager-prev-next {
    text-align: center !important;
    padding: 15px 0px;
}

.pager-prev-next p {
    font-size: 14px;
    margin: 0;
    font-weight: 400 !important;
}

.pager-prev-next img{
    width: 70px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.pager-prev-next a {
    color: #65676e !important;
    font-size: 24px;
    font-weight: bold;
}
.pager-prev-next a:hover, .pager-prev-next a:focus {
    color: #bc0e5e !important;
    text-decoration: none;
}

#pager-next i {
    position: relative;
    right: -50px;
    top: 50px;
    font-weight: 100 !important;
    font-size: 14px;
}

#pager-prev i {
    position: relative;
    left: -50px;
    top: 50px;
    font-weight: 100 !important;
    font-size: 14px;
}

@media only screen and (min-width: 760px) {
    .pager-prev-next{
        text-align: unset;
    }
}
