@media only screen and (max-width: 572px) {
    .jobs-container {
        width: 100%;
    }
    .job-card {
        width: 340px;
        height: 210px;
    }
    .job-ref-img {
        width: 100%;
    }
    .job-card-title-container {
        padding: 20px;
    }
    .job-card-title h3 {
        font-size: 18px;
    }
    .job-card-flag {
        font-size: 12px;
    }

    .button-icon {
        width: 20px;
        height: 20px;
    }
    .button-ref {
        padding: 10px;
        width: 40px;
        height: 40px;
    }
}
