.main-blog {
    width: 727px;
    margin-right: 75px;

}

.left-menu-blog {
    width: 301px;
    margin-right: 13px;
}

.post-blog {
    background-color: #fcfcfc;
    width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #cdd3d6;
    margin-bottom: 15px;

}

.post-header {
    background-color: #66cccc;
    height: 60px;
    margin-bottom: 10px;
}

.post-header h1, .post-header h2 {
    margin: 0;
    color: #0a0a0a;
    margin-right: 18px;
    margin-top: 12px !important;
    cursor: pointer;
}

.post-header h1 a:hover, .post-header h2 a:hover {
    color: white;
}

.com-text {
    font-size: 11px;
    margin-left: 7px;
    margin-top: 21px;

}

.com-text:before {
    height: 24px;
    margin-left: 4px;
    margin-right: 5px;
    padding-top: 1px;
    font-family: "mnzm-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    content: "\65";
    font-size: 21px;
    color: #0a0a0a;
}

.com-text:hover, .com-text:hover:before {
    color: white !important;
}

.text-head {
    font-size: 11px;
    margin-left: 25px;
    margin-top: 21px;
}

.more-item {
    float: left;
    font-size: 13px;
    margin-left: 23px;
    margin-bottom: 20px;
}

.more-item:hover {
    color: #ff2527;
}
