p.toplogo {
    margin-bottom: 0;
}

#next-prev .row {position:relative; height:60px;}
#next-prev h4 {font-size: 1.2rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.next-post {
    position: absolute;
    right:0;
}

.content h3 {margin-bottom: 1rem;}
.content h4 {font-size:1.2rem;}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #FFF!important;
    }
    
    .testimonial-card .avatar{width:120px;}
    .row .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    }
    
    .display-4 {
        font-size: 2.5rem;
        }
}

@media (max-width: 575.98px) {
    .testimonial-card .avatar{width:90px;}
} 