.aihr_posts_holder {
    margin: 50px -30px 0px;
    display: flex;
    flex-wrap: wrap;
}

.aihr_posts_holder .posts_inner_holder {
    display: flex;
    flex-wrap: wrap;
    transition: all .3s ease;
    text-decoration: none;
}

.aihr_posts_holder .posts_inner_holder:hover {
    transition: all .3s ease;
}

.aihr_posts_holder .posts_inner_holder {
    width: calc(100% / 3 - 60px);
    margin: 0px 30px 60px;
    border-radius: 8px;
}

.aihr_posts_holder .posts_inner_holder:hover {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
}

.auhtor-information {
    background-color: #fff;
}

.auhtor-container {
    max-width: 1130px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding: 10px 0px;
}

.author-name {
    color: #31216B;
    font-weight: 800;
    font-size: 18px;
}

.author-name span {
    font-weight: 400;
}

.author-job-title {
    background-color: #31216B;
    color: #fff;
    padding: 0px 10px;
    margin-left: 5px;
    border-radius: 4px;
    font-weight: 800;
}

.alm-listing .posts_inner_column_content_type {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #1ebbf0;
}

.posts_inner_column_content_bottom {
    width: 100%;
}

.published_date,
.blog_time {
    font-size: 14px;
    line-height: 24px;
    color: #a7b4b9;
    font-weight: 100;
}

.blog_time i {
    font-family: 'font awesome 5 free';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding-right: 5px;
}

.posts_inner_excerpt {
    font-size: 14px;
    line-height: 28px;
    color: #3e4449;
    font-weight: 100;
}

.posts_inner_holder>a {
    text-decoration: none;
    width: 100%;
}

.posts_inner_column_content_top h3 {
    color: #31216B;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 10px;
}

.blog-index-holder-section.four_columns .posts_inner_column_content_top h3 {
    font-size: 0.95em;
    line-height: 1.8em;
}

.posts_inner_column_content_bottom {
    background: none !important;
    border: none !important;
    padding: 0px !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
    color: #2E3C47 !important;
    font-size: 0.9em !important;
}

.posts_inner_column_header {
    line-height: 0px;
}

.posts_inner_column_header img {
    width: 100%;
    border-radius: 12px;
    height: auto;
}

.posts_inner_column_holder {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.posts_inner_column_content {
    flex: 1;
    padding: 20px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.posts_inner_column_content_type i {
    color: #fb9f00;
    margin-right: 8px;
}

.posts_inner_column_content_type {
    letter-spacing: 1px;
    font-weight: 600;
    color: #9eafaf;
    font-size: 0.9em;
}

.cat-list_item {
    position: relative;
}

.cat-list_item input {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ml-author,
.ml-time {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #31216B;
}

.section-mr-left-top-content-bottom {
    display: flex;
    flex-direction: column;
}

.load_more_aihr a {
    border-radius: 8px;
    border: 1px solid #31216B !important;
    width: calc(100% / 3 - 70px);
    font-size: 16px;
    font-weight: 600;
    color: #31216B !important;
    margin: 0 auto;
    cursor: pointer;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
}

.load_more_aihr a:hover {
    background-color: #31216B !important;
    color: #fff !important;
}

.ml-primary-category {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #1ebbf0;
}

@media screen and (max-width: 1250px) {
    .aihr_posts_holder {
        margin-top: 30px;
    }
}

@media screen and (max-width: 950px) {
    .load_more_aihr a {
        width: 250px;
    }
    .aihr_posts_holder .posts_inner_holder {
        width: calc(50% - 60px);
    }
}

@media screen and (max-width:768px) {
    .aihr_posts_holder .posts_inner_holder {
        width: calc(50% - 20px);
        margin: 0px 10px 20px;
    }
    .aihr_posts_holder {
        margin: 30px -10px 0px;
    }
}

@media screen and (max-width:550px) {
    .aihr_posts_holder .posts_inner_holder {
        width: calc(100% - 20px);
        margin: 0px 10px 20px;
    }
}

@media screen and (max-width:480px) {
    .load_more_aihr a {
        width: 100%;
    }
}