@media only screen and (max-width: 992px)
 .logo-box {
    margin-top: 20px;
}
 .logo-box {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}
.clipart-home-tags li {
    float: left;
    width: 10%;
    text-align: center;
    line-height: 25px;
    color: #666;
     padding-right: 10px;
    overflow: hidden;
}
@media only screen and (max-width: 560px) {
.clipart-home-tags li {
    width: 50%;
}
}
@media only screen and (max-width: 680px) {
.clipart-home-tags li {
    width: 20%;
}
.logocss img{
height:70px;
margin-bottom:30px;
}
}

@media only screen and (max-width: 992px) {
.clipart-home-tags li {
    width: 25%;
}
}
@media only screen and (max-width: 992px) {
 
.title-h1 {
    text-align: center;
    font-size: 22px;
    color: #666;
    padding-bottom: 10px;
}
h2 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	font-family: Arial,Helvetica,sans-serif!important;
}
}

.page a.active{
    background: #e1d2c0;
	color:#000;
}
.page {
    text-align: center;
    padding: 40px 0 60px;
}
.page a {
    height: 66px;
    line-height: 66px;
    padding: 0 26px;
    text-align: center;
    font-size: 18px;
    color: #744d1d;
    border: 1px solid #d9d9d9;
    display: inline-block;
    margin-right: 14px;
    background: #fff;
}
.tag:link, .tag:visited {
    padding: 0px 8px 5px 8px;
    line-height: 100%;
    background-color: #f0f0f0;
    border-radius: 5px;
    line-height: 38px;
 
 
}

.clipart-home-tags li{
	text-align:left;
}