@media only screen and (max-width: 600px) {
    .jobs-search .search input {
        padding-inline: 1rem 2rem;
        background-position: right 0.5rem center;
    }
    .filter-btn {
        width: auto;
        padding: 1rem;
    }
    .filter-btn span {
        display: none;
    }
    .exclusive-jobs-email {
        flex-direction: column;
        gap: 1rem;
    }
    .exclusive-jobs-email input {
        border-bottom: solid thin #14214733;
    }
    .exclusive-jobs-email button {
        width: 100%;
    }    
    .modal-body {
        padding: 1.5rem;
    }
    header {
        background-size: 150px;
    }
    .pagination ul li a {
        width: 2rem;
        height: 2rem;
        font-size: 1.125rem;
    }
    .job-list .card-body {
        padding: 2rem 1rem;
    }
    .jobs-filters-list {
        flex-wrap: wrap;
    }
    .detail-header {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start!important;
    }
    .detail-header .link-default {
        margin-left: 0!important;
    }
}