.hide_blog {
    width: 100%;
    min-height: 100%;
    background: #00000057;
    height: 90%;
    position: absolute;
    z-index: 888;
    text-align: center;
    padding-top: 30%;
}

.hide_blog a {
    color: #fff;
    background: #ff9800;
    padding: 5px;
    border-radius: 4px;
}


h1.text-center.module-title{
	color: #828282;
    font-size: 45px;
}

.wo_about_wrapper_parent {
    width: 92%;
    margin-left: 4%;
    margin-bottom: 20px;
}

.tag_page_title {
    margin: 15px 0 10px;
    font-family: "TT Commons", Roboto, sans-serif;
    font-size: 32px;
    letter-spacing: -0.5px;
    width: 92%;
    margin-left: 60px;
	margin-top: 20px;
    float: left;
}
h2.tag_page_title.m5 {
    margin-left: unset;
    float: unset;
}

.col-md-10.rightwidecol {
    margin-top: unset !important;
}
.module_icon img {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto 10px;
}

.wo_page_hdng span {
    background: unset;
    margin-top: 10px;
}

@media(max-width:566px){
	.tag_page_title {
		text-align: center;
        margin-left: 4%;
	}
}