/**
 * section-find-work — ищете работу водителем (Водителям).
 * Desktop / tablet / phone — по макету Figma.
 */

.section-find-work {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5rem;
    width: 100%;
    max-width: 81.25rem;
    margin: 0 auto;
    padding: 0 0 var(--site-section-gap);
    box-sizing: border-box;
    height: fit-content;
}

.section-find-work .order-card-image {
    display: block;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 42.5rem;
    height: 22.5rem;
    object-fit: cover;
    object-position: center;
    border-radius: 1.25rem;
    box-shadow: inset 0 0 0 0.0625rem var(--site-epd-card-soft-ring);
}

.section-find-work .section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.875rem;
    width: 32.0625rem;
    max-width: 100%;
    height: fit-content;
    flex-shrink: 1;
    min-width: 0;
}

.section-find-work .heading {
    align-self: stretch;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.15;
    color: var(--site-text);
}

.section-find-work .description {
    align-self: stretch;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: normal;
    color: var(--site-text-body);
}

.section-find-work .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.8419rem;
    box-sizing: border-box;
    width: fit-content;
    height: 2.5rem;
    padding: 0 1.25rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: var(--site-accent);
    border-radius: 0.625rem;
    box-shadow: inset 0 0 0 0.0844rem var(--site-accent);
}

.section-find-work .ostavit-rezyume {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: var(--site-on-accent);
    white-space: nowrap;
}

@media (max-width: 63.9375rem) {
    .section-find-work {
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: 3.125rem;
    }

    .section-find-work .order-card-image {
        width: auto;
        align-self: stretch;
        height: 20.7794rem;
        aspect-ratio: 1.8889;
    }

    .section-find-work .section-content {
        width: auto;
        align-self: stretch;
    }
}

@media (max-width: 47.9375rem) {
    .section-find-work {
        gap: 1.875rem;
    }

    .section-find-work .order-card-image {
        height: 11.0844rem;
    }

    .section-find-work .heading {
        font-size: 1.875rem;
    }

    .section-find-work .description {
        font-size: 0.875rem;
    }
}
