.our-approach-wrapper-8517a0b1 {
    position: relative;
    padding: 120px 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fcfcfc;
}

/* Abstract migration/flowing background pattern using SVG */
.our-approach-bg-8517a0b1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.4;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,50 Q250,150 500,50 T1000,50' fill='none' stroke='%23e2e8f0' stroke-width='2'/%3E%3Cpath d='M0,150 Q250,250 500,150 T1000,150' fill='none' stroke='%23e2e8f0' stroke-width='2'/%3E%3Cpath d='M0,250 Q250,350 500,250 T1000,250' fill='none' stroke='%23e2e8f0' stroke-width='2'/%3E%3Cpath d='M0,350 Q250,450 500,350 T1000,350' fill='none' stroke='%23e2e8f0' stroke-width='2'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
}

.our-approach-content-8517a0b1 {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.our-approach-title-8517a0b1 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 60px;
    color: #64748b;
    font-weight: 600;
}

.our-approach-text-8517a0b1 p {
    font-size: 26px;
    line-height: 1.6;
    color: #E6DEDE;
    margin-bottom: 40px;
    font-weight: 300;
}

.our-approach-text-8517a0b1 p:last-child {
    margin-bottom: 0;
}

.our-approach-text-8517a0b1 p.lead-text-8517a0b1 {
    font-size: 34px;
    font-weight: 400;
    color: #E6DEDE;
}

.our-approach-text-8517a0b1 .highlight-text-8517a0b1 {
    color: #E6DEDE;
}

@media (max-width: 768px) {
    .our-approach-wrapper-8517a0b1 {
        padding: 80px 20px;
    }

    .our-approach-text-8517a0b1 p.lead-text-8517a0b1 {
        font-size: 26px;
    }

    .our-approach-text-8517a0b1 p {
        font-size: 20px;
    }
}