.section-why-ai-delivery {
    background-color: #F8F8EE;
    padding: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.why-ai-delivery-headings {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-ai-delivery-title {
    font-family: 'Stack Sans Notch', system-ui, sans-serif;
    font-size: 48px;
    color: #121417;
    text-align: center;
    /*margin-bottom: 36px;*/
}

.why-ai-delivery-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 165%;
    text-align: center;
    color: #121417;
    opacity: 0.7;
    width: 616px;
    /*padding-bottom: 24px;*/
}

.why-ai-delivery-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-right: 294px;
}

.why-ai-delivery-main-left-card {
    margin-top: 8px;
    position: relative;
    z-index: 3;
    width: 292px;
    transform: rotate(-3deg);
}

.why-ai-delivery-main-right-card {
    position: relative;
    z-index: 3;
    width: 325px;
    transform: rotate(5deg);
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);*/
}

.why-ai-delivery-main-card-divider {
    border-bottom: 2px solid #12141710;
    margin: 0 22px;
}

.why-ai-delivery-main-left-card-title {
    font-family: 'Stack Sans Notch', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 100%;
    padding: 22px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 16px;
}

.why-ai-delivery-main-left-card-content {
    font-size: 16px;
    padding: 24px;
    font-family: 'Inter', sans-serif;
    color: #121417;
    background-color: #ffffff;
    line-height: 130%;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.why-ai-delivery-main-left-card-content-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 11px;
}

.why-ai-delivery-main-left-card-content-item-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 130%;
    color: #606266;
}

.why-ai-delivery-main-right-card-title {
    font-family: 'Stack Sans Notch', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    padding: 24px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 16px;
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);*/
    box-shadow:
            0 -8px 12px -4px rgba(0,0,0,0.25), /* top */
            -8px 0 12px -4px rgba(0,0,0,0.25), /* left */
            8px 0 12px -4px rgba(0,0,0,0.25); /* right */
}

.why-ai-delivery-main-right-card-content {
    font-size: 16px;
    padding: 24px;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    color: #121417;
    background-color: #ffffff;
    line-height: 130%;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);*/
    box-shadow:
            0 8px 12px -4px rgba(0,0,0,0.25), /* bottom */
            -8px 0 12px -4px rgba(0,0,0,0.25), /* left */
            8px 0 12px -4px rgba(0,0,0,0.25); /* right */
}

.why-ai-delivery-main-right-card-content-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.why-ai-delivery-main-right-card-content-item-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 130%;
    color: #606266;
}

.why-ai-delivery-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.why-ai-delivery-explore-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: #12151F;
    color: #ffffff;
    border: 2px solid #2D2D2D;
    box-sizing: border-box;
}

.why-ai-delivery-explore-button-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-align: left;
}

.why-ai-delivery-learn-more-button-secondary {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 36px;
    padding: 8px 12px;
    gap: 8px;
    border-radius: 8px;
    opacity: 0.9;
    box-sizing: border-box;
    background-color: var(--color-secondary-bg);
    color: var(--color-secondary-text);
    border: var(--button-border-width) solid var(--color-secondary-text);
}

.why-ai-delivery-learn-more-button-secondary-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #000000;
    text-align: left;

}