.experts-across-workflow-section {
    background-color: #E7E7DD;
    padding: 96px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

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

.experts-across-workflow-title {
    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 {
    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 {
    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 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;               /* Semi Bold */
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-align: left;
}

.card-line {
    width: 110%;
    height: 196px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    /*background-color: red;*/
}

.card {
    width: 296px;
    min-width: 296px;
    height: 172px;
    margin: 12px;
    opacity: 0.8;
    /*background-color: #F8F8EE;*/
}

.card-1,
.card-5 {
    background-color: #F2F2F2;

    /*background-color: #F8F8EE;*/
}

.card-2,
.card-4 {
    /*background-color: #F2F2F2;*/
    background-color: #F8F8EE;

}

.card-content {
    padding: 20px;
}

.card-center-wrapper {
    width: 320px;
}

.card-center {
    width: 296px;
    height: 172px;
    margin: 6px 12px;
    background-color: #FFFFFF;
    /*background-color: #F8F8EE;*/
}


.card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 16px;
}

.card-description {
    font-family: 'Inter', sans-serif;
    line-height: 150%;
    font-size: 16px;
    opacity: 0.7;
}


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

.upper-left {
    width: 6px;
    color: #121417;
    border-top: 2px solid #121417;
    border-left: 2px solid #121417;
}

.upper-right {
    width: 6px;
    color: #121417;
    border-top: 1px solid #121417;
    border-right: 1px solid #121417;
}

.lower-left {
    width: 6px;
    color: #121417;
    border-bottom: 2px solid #121417;
    border-left: 2px solid #121417;
}

.lower-right {
    width: 6px;
    color: #121417;
    border-bottom: 1px solid #121417;
    border-right: 1px solid #121417;
}