.post {
    display: flex;
    width: 1125px;
    justify-content: space-between;
    margin-bottom: 20px;
}


.postMain {
    padding: 28px 38px 34px 43px;
    width: 793px;
    background-color: #FFFFFF;

}

.postMainText *{
    all: revert;
}

.postMainText ul li{
    display: list-item;
}


.postMainTitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;

    color: #000000;
}


.postMainInfoAuthor, .postMainInfoGroup,  .postMainInfoDate{
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */

    cursor: pointer;
    color: #000000;
}

.postMainInfo {
    margin: 8px 0 13px 0;
    display: flex;
}

.postMainInfoDate {
    margin-left: auto;
}
.postMainImg {
    width: 793px;
    height: 448px; 
    margin-left: -4px;
}
.postMainImg img{
    width: 793px;
    height: 448px; 
}
.postMainHeader {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;

    color: #000000;
    margin: 23px 0 14px 0;
}
.postMainText {
    font-family: Roboto;
}

.bottomAsidePost {
    height: 650px;
    margin-top: 10px;
}

.first {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */


    color: #864DFF;
    cursor: pointer;
}


.second {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */


    color: #000000;
}

.navRow {
    display: flex;  
    width: 1125px;
    margin: 34px 0 13px 0;
}

.first, .second {
    margin-left: 5px;
}


blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}





