.job_listing_preview_title h2 {
    font: 'Poppins', 'Source Sans Pro', 'Arial', sans-serif !important;
    font-size: 18px !important;
    padding: 5px 0 0 5px;
    font-weight: 700;
}

input[type=submit] {
    margin: -2px 0 0 0;
    font-family: 'Poppins', 'Source Sans Pro', 'Arial', sans-serif;
    background: #EC6854;
    border: none;
    color: #FFF;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
}

input[type=submit]:hover {
    background: #d95b4a;
}

.job_listing_preview .single_job_listing {
    padding: 15px 0 0 0;
    border-radius: 5px;
}

.single_job_listing h1 {
    margin: 25px 0 0 0 !important;
    font-size: 48px !important;
    font-weight: bold !important;
    font-family: 'Playfair Display', serif !important;
    color: #EC6854 !important;
}