@media only screen and (max-width: 600px) {
    .img-content-section .container {
        display: grid;
        grid-template-columns: 1fr;
    }

    .img-content-section {
        padding: 1em 1em!important;
        margin: 1em 0;
    }

    .section-header-title {
        font-size: 24px!important;
    }

    .career-form-section {
        padding: 1em;
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
        margin: auto;
        box-sizing: border-box;
    }

    .content-info-title {
        font-size: 24px;
        font-weight: 500;
    }

    .heading-2 {
        font-size: 18px;
        font-weight: 500;
        color: #C4A154;
    }

    .section-header-title {
        font-size: 18px!important;
        line-height: 1.5;
    }

    .read-us-info .heading-2 {
        font-size: 16px!important;
    }

    .img-content-section p {
        font-size: 16px!important;
        line-height: 26px;
        color: #676666;
    }

    .img-content-section {
        margin: 0%!important;
    }

    .content-info-title {
        margin: 1em 0;
    }

    .img-content-section {
        padding: 0%!important;
    }

    .img-content-section .col-left {
        display: flex;
        align-items: center;
        padding: 1em 1em 2em 1em;
    }

    .career-form-section {
        margin: 1em 0!important;
    }

    .resume-application-form {
        margin: 2em 0 0 0;
    }
}

.career-form-section .section-header-title {
    font-size: 16px;
    text-align: center;
    max-width: 500px;
    margin: auto;
    line-height: 1.5;
}