.employment-offer {
    padding-top: 136px;
    padding-bottom: 237px;
}

.employment-offer h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 132%;
}

.employment-offer > label {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    background-color: var(--color-accent);
    border-radius: 4px;
    text-transform: uppercase;
    padding: 5px 8px;
    color: #FFF;
    margin-right: 8px;
    margin-top: 12px;
    display: inline-block;
}

.employment-offer section {
    margin-top: 100px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

.employment-offer ul {
    list-style-type: none;
}

.employment-offer ul li {
    margin-left: 10px;
    padding-left: 14px;
    position: relative;
}

.employment-offer ul li::before {
    content: "■";
    font-size: 5px;
    vertical-align: middle;
    position: absolute;
    left: 0;
}

.employment-offer h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 132%;
    margin-top: 50px;
}

.employment-offer form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 28px;
    margin-top: 10px;
}

.employment-offer .full-width {
    grid-column: 1 / 3;
    font-size: 16px;
    font-weight: 300;
    line-height: 132%;
}

.employment-offer .full-width h2 {
    margin-top: 30px;
}

.employment-offer .full-width p {
    margin-top: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 132%;
}

.employment-offer .full-width .authorization {
    display: grid;
    grid-template-columns: min-content 1fr;
    white-space: nowrap;
    gap: 60px;
    margin-top: 12px;
}

.employment-offer .full-width button {
    margin-top: 32px;
}

@media (max-width: 919px) {
    .employment-offer {
        padding: 122px 90px 113px;
    }

    .employment-offer section {
        margin-top: 129px;
    }

    .employment-offer h2 {
        margin-top: 100px;
    }

    .employment-offer form {
        margin-top: 50px;
        grid-template-columns: 1fr;
    }

    .employment-offer .full-width {
        grid-column: auto;
    }

    .employment-offer .full-width h2 {
        margin-top: 60px;
    }

    .employment-offer .full-width p {
        margin-top: 32px;
    }
}

@media (max-width: 743px) {
    .employment-offer {
        padding: 70px 32px 100px;
    }

    .employment-offer section {
        margin-top: 129px;
    }

    .employment-offer h2 {
        margin-top: 52px;
    }

    .employment-offer form {
        margin-top: 17px;
    }

    .employment-offer .full-width h2 {
        margin-top: 12px;
    }
}