
@media (max-width:768px) {
    job-title-section {
        font-size: 20px;
    }
       .job-post-apply-btn-div {
        width: 100%;
        bottom: .1px;
        display: flex;
        background: #fff;
        gap: 5px;
        align-items: center;

       }
    .job-post-apply-btn-div .jobspost-apply-button {
        background: #1b73cc;
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        gap: 3px;
        flex: 1;
        align-items: center;
    }
    .job-post-apply-btn-div .jobspost-apply-button:hover {
        background: #007BFF;
        color: #fff
    }
    .job-post-apply-btn-div .whatsapp-button,
    .job-post-apply-btn-div .share-button {
        background: #25D366;
        color: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 3px
    }
    .job-post-apply-btn-div .whatsapp-button {
        margin-left: 5px
    }
    .job-post-apply-btn-div .share-button {
        background: #007BFF;
        margin-right: 5px
    }
    .job-post-apply-btn-div .whatsapp-button:hover {
        color: #1DA851
    }
    .job-post-apply-btn-div .share-button:hover {
        background: #0056b3
    }
}