.section-experts-across-workflow-talent {
    background-color: #E7E7DD;
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/bg-grid-gray.png");
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 144px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.experts-across-workflow-main-talent {
    max-width: 815px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.experts-across-workflow-title-talent {
    font-family: 'Stack Sans Notch', system-ui, sans-serif;
    font-size: 48px;
    line-height: 110%;
    color: #121417;
    text-align: center;
    margin-bottom: 24px;
}

.experts-across-workflow-description-talent {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    color: #121417;
    width: 662px;
    padding-bottom: 24px;
    opacity: 0.7;
}


.experts-across-workflow-button-talent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 36px;
    padding: 8px 12px;
    gap: 8px;
    border-radius: 8px;
    opacity: 1;
    background-color: #1C312E;
    color: #ffffff;
    border: 2px solid #2D2D2D;
    box-sizing: border-box;
}

.experts-across-workflow-text-talent {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-align: left;
}

.experts-across-workflow-lines {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.experts-across-workflow-line {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    justify-content: center;

    gap: 12px;
    /*margin: 0 124px;*/
    width: 100%;
}

.experts-across-workflow-line-1,
.experts-across-workflow-line-3 {
    padding-left: 124px;
    /*justify-content: center;*/
}

.experts-across-workflow-line-2 {
    padding-right: 124px;
}

.experts-across-workflow-line-item {

}

.experts-across-workflow-line-item-card {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 6px 12px;
    padding: 20px;
    background-color: #FFFFFF;
    border: 2px solid #E5E5E2;
}

.experts-across-workflow-brackets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 6px;
}

.experts-across-workflow-bracket-upper-left {
    width: 6px;
    border-top: 1px solid #121417;
    border-left: 1px solid #121417;
}

.experts-across-workflow-bracket-upper-right {
    width: 6px;
    border-top: 1px solid #121417;
    border-right: 1px solid #121417;
}

.experts-across-workflow-bracket-lower-left {
    width: 6px;
    border-bottom: 1px solid #121417;
    border-left: 1px solid #121417;
}

.experts-across-workflow-bracket-lower-right {
    width: 6px;
    border-bottom: 1px solid #121417;
    border-right: 1px solid #121417;
}
