.common-title {
    text-align: center; 
    color: #000;  
}

.common-title h3 {
    font-size: 48px;
    font-weight: bold;   
}

.common-title p {
    font-size: 30px;
    text-transform: uppercase;
}



.news .pagination .page-item {
    margin: 0 1%;
}

.news .pagination .page-link {
 color: #333;
}

.news .pagination .active,
.news .pagination .active a {
    border-color: #e5e5e5;
    background: #eee;
}