#mc {
    background: #e6e6e6;
    overflow-x: hidden;
}
#mc .left {
    padding: 30px 50px 50px 0;
}

#mc .post {
    margin-bottom: 40px;
    position: relative;
}
#mc .wrap {
    height: 100%;
    background: #fff;
    position: relative;
}
#mc .post .date {
    color: #007daf;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
#mc .post h2 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    margin: 16px 0;
}
#mc .post a {
    padding: 0;
    color: #343434;
    text-decoration: none;
}
#mc .post a:hover {
    color: #007daf;
}
#mc .post img {
    border-radius: 0;
    width: 100%;
}
#mc .post .content {
    background: #fff;
    padding: 30px 30px 100px;
}
#mc h1 {
    color: #007daf;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 40px;
}
#mc .right {
    background: #fff;
    position: relative;
    padding: 50px;
}
#mc .right h2,
#mc .right h3 {
    color: #383838;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

#mc .right p {
    color: #5e5e5e;
    font-size: 17px;
}
#mc .right ul {
    padding: 0;
    list-style: none;
}
#mc .right li {
    padding: 12px 0;
    border-bottom: 1px solid #6e6e6e;
}
#mc .right li a {
    color: #5e5e5e;
    font-size: 14px;
    text-decoration: none;
}
#mc .right li a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 10px;
    margin-right: 15px;
}
#mc .right .inner {
    position: relative;
    z-index: 2;
}
#mc .right::after {
    content: '';
    background: #fff;
    height: 100%;
    width: 100%;
    left: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}
#mc .post .cat {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 30px 30px;
    border-top: 1px solid #eee;
    line-height: 16px;
}
#mc .cat a {
    color: #007daf;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.pag{
    display: flex;
}
.pag span{
    text-decoration: none;
    color: #b4b4b4;
    border: 2px solid #b4b4b4;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 5px;
}
.pag a{
   text-decoration: none;
    color: #b4b4b4;
    border: 2px solid #b4b4b4;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 5px;
}
.pag .current{
    color: #333;
    border-color: #333;
}
.pag a:hover,
.pag span:hover{
    color: #333;
    border-color: #333;
}
.pag .next{
    width: 70px;
}
.pag .prev{
    width: 100px;
}
@media(max-width: 1200px) {
    #mc .right {
        margin-top: 50px;
    }
    #mc .right::after {
        display: none;
    }
}
