.employerCallouts_callout2-container {
    background-color: #F5F7FA;
    border: 1px solid #D8DEE2;
    border-radius: 4px;
}
.employerCallouts_bottom_callout2-container {
    background-color: #3174ee;
    background-image: url(https://static.zippia.com/ui-router/dev/2.5.9/2023-04-20-13-56-40-457/3997da7313d41080657d796b83f6730484ad492b/_next/static/media/post-a-job-bg.e8c7700a.png);
    background-repeat: repeat;
    display: flex;
    border-radius: 4px;
    color: #FFF;
    padding: 38px 95px !important;
}
.employerCallouts_bottom_callout2-container .btn-white{
    color: #3174ee;
    height: 48px;
}
.bottom-callout {
    background-color: var(--primary-color);
    border-radius: 4px;
    background-image: url('/ui-router/images/post-a-job-bg.png');
    background-repeat: repeat;
    background-position-x: -10px;
    background-position-y: -10px;
    background-size: 20%;
}

.bottom-callout .title {
    font-size: 46px !important;
    line-height: 60px;
    text-align: center;
}

.bottom-callout button,
.bottom-callout button:hover {
    background-color: #fff;
    color: #3174EE;
    border: none !important;
}

@media only screen and (max-width: 768px) {
    .w-mobile-100 {
        width: 100% !important;
        max-width: none;
    }

    .bottom-callout {
        padding: 48px 20px !important;
        background-position-x: -20px;
        background-position-y: -10px;
        background-size: auto;
    }

    .bottom-callout .title {
        font-size: 28px !important;
        font-weight: 500 !important;
        line-height: 38px;
        letter-spacing: 1px;
    }

    .bottom-callout div {
        width: 100%;
    }
    .employerCallouts_bottom_callout2-container .z-font-46{
        font-size: 26px !important;
        min-width: 290px;
        margin-bottom: 24px;
    }
}