.shadow_banner-hire-new.erp-bnr {
    padding: 30px;
    background: url(/wp-content/uploads/2026/02/erp-banner.png) no-repeat 100% 100%;
    border-radius: 18px;
    background-size: cover;
    margin-bottom: 24px !important;
    height: 237px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.shadow_banner-hire-new.erp-ebook-bnr {
    padding: 30px;
    background: url(/wp-content/uploads/2026/02/erp-ebook.png) no-repeat 100% 100%;
    border-radius: 18px;
    background-size: cover;
    margin-bottom: 24px !important;
    height: 237px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.shadow_banner-hire-new .title_banner {
	margin-bottom: 8px;
    max-width: 450px;
    color: #101012;
    font-size: 32px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 0.32px;
}
.shadow_banner-hire-new .title_banner span {
    color: #0063C1;
}
.shadow_banner-hire-new .description_banner {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    max-width: 430px;
}
.blog-post_content .shadow_banner-hire-new p {
    margin: 0px !important;
}
.shadow_banner-hire-new .text {
    margin-bottom: 13px;
}
.shadow_banner-hire-new .btn.linkbtn {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 8px;
    background: #0063C1;
    padding: 10px 24px;
    text-decoration: none;
    margin: 0;
}
.shadow_banner-hire-new .btn.linkbtn:hover {
    border-color: #093E8E !important;
    background-color: #093E8E !important;
    color: #fff !important;
}
.shadow_banner-hire-new.white .title_banner {
    color: #fff;
}
.shadow_banner-hire-new.white .description_banner {
    color: #fff;
}




@media screen and (max-width: 1200px) {
    .shadow_banner-hire-new.erp-bnr {
        background: #162c66;
        height: fit-content;
    }
	.shadow_banner-hire-new.erp-ebook-bnr {
        background: #6da6df;
        height: fit-content;
    }
}

   