@media screen and (min-width: 1200px) {
    .text {
        padding: 0 20px 10px;
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
    }

    .services_box {
        width: 100%;
        margin: 50px auto;
    }

    .services_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .services_box img {
        display: block;
        width: 300px;
        height: auto;
    }

    .sevicres_title {
        font-size: 36px;
        color: #0d0d0e;
        font-weight: bold;
        padding: 30px 20px;
    }

    .services_text {
        width: 800px;
    }

    .container_job {
        margin-bottom: 50px;
    }

    .jon_name {
        font-size: 30px;
        color: #0d0d0e;
        font-weight: bold;
        padding: 30px 0 20px;
    }

    .job_title {
        font-size: 24px;
        color: #0d0d0e;
        font-weight: bold;
        padding: 10px 0;
    }

    .text a {
        color: #005baa;
    }
}

@media screen and (max-width: 1200px) and (min-width: 870px) {
    .text {
        padding: 0 20px 10px;
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
    }

    .services_box {
        width: 100%;
        margin: 50px auto;
    }

    .services_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .services_box img {
        display: block;
        width: 25%;
        height: auto;
    }

    .sevicres_title {
        font-size: 36px;
        color: #0d0d0e;
        font-weight: bold;
        padding: 30px 20px;
    }

    .services_text {
        width: 70%;
    }

    .container_job {
        margin-bottom: 50px;
    }

    .jon_name {
        font-size: 30px;
        color: #0d0d0e;
        font-weight: bold;
        padding: 30px 0 20px;
    }

    .job_title {
        font-size: 24px;
        color: #0d0d0e;
        font-weight: bold;
        padding: 10px 0;
    }

    .text a {
        color: #005baa;
    }
}

@media screen and (max-width: 870px) {
    .text {
        padding: 0 0 10px;
        font-size: 18px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 24px;
    }

    .services_box {
        width: 100%;
        margin: 50px auto;
    }

    .services_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .services_box img {
        display: block;
        width: 50%;
        height: auto;
        margin: 0 auto;
    }

    .sevicres_title {
        font-size: 24px;
        color: #0d0d0e;
        font-weight: bold;
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }

    .services_text {
        width: 100%;
    }

    .services_h5 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .container_job {
        margin-bottom: 50px;
    }

    .jon_name {
        font-size: 24px;
        color: #0d0d0e;
        font-weight: bold;
        padding: 20px 0;
    }

    .job_title {
        font-size: 20px;
        color: #0d0d0e;
        font-weight: bold;
        padding: 10px 0;
    }

    .text a {
        color: #005baa;
    }
}