@media screen and (max-width: 1050px) {
    header {
        background-image: url('../images/mobile-images/careers-background-mobile.webp');
    }

    .careers {
        margin-top: 100px;
        grid-template-columns: 1fr;
    }

    .careers h1, .p1 {
        text-align: center;
    }

    .careers .text {
        width: auto;
    }

    .careers .join-us {
        grid-column: span 1;
        padding: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .careers .featured-image {
        display: none;
    }

    .careers .text {
        padding: 20px;
    }

    .careers .featured-image2 {
        width: 80%;
        padding-bottom: 50px;
        justify-self: center;
        display: unset;
    }

    .careers .join-us .button a {
        font-size: 13px;
    }

    .careers .responsive-p {
        text-align: center;
    }
}
