.post_sect {
    padding: 5em 0;
}
.post_sect .row1 {
    display: flex;
    margin: 0 -0.625em;
}
.post_sect .row1 .col {
    padding: 0 0.625em;
}
.post_sect .row1 .col1 {
    width: 18%;
}
.post_sect .row1 .col2 {
    width: 64%;
}
.post_sect .row1 .sub_row2 .photo {
    width: 3.125em;
    height: 3.125em;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 0 0.625em;
}
.post_sect .row1 .sub_row2 .name {
    font-weight: 500;
    font-size: 0.875em;
    margin: 0 0 0.25em;
}
.post_sect .row1 .sub_row2 .post {
    color: #495773;
    font-size: 0.875em;
}
@media(max-width: 1199px) {
    .post_sect {
        padding: 3.75em 0;
    }
    .post_sect .row1 {
        display: block;
        margin: 0;
    }
    .post_sect .row1 .col {
        padding: 0;
    }
    .post_sect .row1 .col1 {
        display: none;
    }
    .post_sect .row1 .col2 {
        width: 100%;
    }
}