@media (min-width: 1041px) {
    .hr-blog.scroll1_down .site-header-new {
        box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
    }
    .hr-blog #aihr-site-navigation .menu>li>a {
        color: #50585f;
        text-decoration: none;
    }
    .hr-blog .nav_items_last_buttons div.sign_in_out a {
        text-decoration: none;
        color: #50585f;
    }
}

@media (max-width: 1040px) {
    .hr-blog.scroll_down_mobile .site-header-new {
        box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
    }
    .hr-blog .site-header-new {
        background-color: #fff;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        z-index: 9;
    }
    .hr-blog #aihr-site-navigation .lines-button .menu-line {
        background-color: #50585f!important;
    }
}

.hr-blog .first_section_above_title {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    color: #1ebbf0;
    line-height: 1.5em;
    margin-bottom: 0px;
}

.hr-blog .first_section_title {
    text-align: center;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 600;
    color: #50585F;
}

.hr-blog .first_section_content_below_title {
    font-size: 1.2em;
    text-align: center;
    line-height: 1.8em;
    letter-spacing: 0.5px;
    color: #50585F;
}

.hr-blog .first_section_content_below_title p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.hr-blog .first_section_with_background_container {
    max-width: 1130px;
    padding: 120px 0px 70px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 40px;
}

.alm-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px 0px!important;
}

.alm-listing .show_three_in_row {
    width: calc(100% / 3 - 40px);
    margin: 0 20px 40px;
    list-style: none;
    box-shadow: 2px 2px 17px 0px rgb(46 61 73 / 20%) !important;
    border-radius: 8px;
}

.alm-listing .show_three_in_row>a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
}

.show_three_in_row .posts_inner_column_header {
    display: block;
    line-height: 0px;
}

.show_three_in_row .posts_inner_column_header img {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.hr_blog_column_inner {
    padding: 25px;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hr_blog_column_inner h3 {
    font-size: 1.5em;
    font-weight: 600;
    color: #2e3c47;
    margin-top: 0px;
}

.hr-blog-content {
    color: #50585f;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}

.view_now_hr_blog {
    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;
}

.alm-listing .show_three_in_row {
    transition: all .3s ease;
}

.alm-listing .show_three_in_row:hover {
    margin-top: -15px!important;
    margin-bottom: 55px!important;
    transition: all .3s ease;
}

@media (max-width: 1230px) {
    .hr-blog .first_section_with_background_container {
        max-width: 100%;
        margin: 0px 50px;
    }
    .hr-blog #main>.wf-wrap {
        padding: 0 50px 0 50px;
    }
}

@media (max-width: 1040px) {
    .alm-listing .show_three_in_row {
        width: calc(50% - 40px);
    }
}

@media (max-width: 768px) {
    .hr-blog .first_section_content_below_title p br {
        display: none;
    }
    .hr-blog .first_section_content_below_title {
        padding: 0px 30px;
    }
}

@media (max-width: 560px) {
    .alm-listing .show_three_in_row {
        width: calc(100% - 40px);
    }
}

@media (max-width: 480px) {
    .hr-blog #main>.wf-wrap {
        padding: 0 30px 0 30px;
    }
    .hr-blog .first_section_with_background_container {
        margin: 0px 30px;
    }
}