body{
    color: #494949;
}

strong{
    font-weight:revert;
}


.page-item.active .page-link{
    background:var(--color-hover);
}

table td{
    padding: 10px;
}

.widget_services ul li{
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .content-inner {
        min-height: 50vh;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .section-head .title{
        font-size: 20px;
    }
}