.home_service{
    height: 390px;
}
.sx-bnr-outline-text h1 {
    font-size: 60px;
}
.blog_box{
    height: 550px;
}
.sx-p-table-bx-1 {
    padding-top: 0;
}
.pr_table_title {
    font-family: var(--title-family);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary);
    height: 70px;
    line-height: 70px;
}
.pr_table_top {
    background-color: var(--primary);
    border-top: 1px solid rgba(37, 26, 55, 0.1);
    border-bottom: 1px solid rgba(37, 26, 55, 0.1);
}
.pr_table_top .sx-price {
    font-family: var(--title-family);
    font-weight: 800;
    font-size: 24px;
    line-height: 35px;
    color: var(--white);
    height: 60px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pr_table_bottom {
    border-top: 1px solid rgba(37, 26, 55, 0.1);
    height: 70px;
    padding: 12px 5px;
}
.pr_table_bottom .site-button {
    font-family: var(--common-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: var(--secondary-light);
    border-radius: 100px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
}
.career_descp{
    resize: none;
    width: 100% ;
}
