.diff-container {
    background: #f5f5f5;
    background-size: contain;
    position: relative;
    padding: 4rem 6rem;
    overflow: hidden;
}

.diff-header {
    padding: 2rem 4rem;
    padding-bottom: 0rem;
    color: #222;
}

.diff-header h2 {
    font-family: 'Visby CF', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
}

.diff-subtitle {
    font-family: 'Visby CF', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 4rem;
    color: #666;
}

.diff-body {   
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: left;
}

.diff-grid-master {
    display: flex;
    align-items: stretch;
}

.diff-col-left {
    display: flex;
    align-items: stretch;
    z-index: 2;
}
    
.diff-col-right {
    flex: 1;
}

.diff-infoGraphic {
    aspect-ratio: 1 / 1;
    height: 100%;
    background: url('../img/content/about/difference-infoGraphic-circle-v1.svg') no-repeat center center;
    background-size: cover;
    flex-shrink: 0;
}

.diff-triangle-container {
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.diff-triangle-1 polygon{
    height: 100%;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
    fill: #800080ff;
}

.diff-triangle-2 polygon{
    height: 100%;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
    fill: #ff5555ff;
}

.diff-triangle-3 polygon{
    height: 100%;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
    fill: #ff9955ff;
}

.diff-triangle-4 polygon{
    height: 100%;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
    fill: #00aad4ff;
}

.diff-point {
    display: grid;
    grid-template-columns: 600px 1fr 140px;
    padding: 0;
}

.diff-point-left {
    padding: 0px;
}

.diff-point-center {
    padding: 1rem;
    padding-right: 3rem;
}


.diff-point-right {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background-color: #f5f5f5;
}

.diff-point-content {
    display: grid;
    grid-template-columns: min-content 1fr;
}

.diff-point-content-icon {
    padding: 1rem;
}

.diff-point-content-info {
    padding: 0px;
}


.diff-point-content-icon img {
    width: 80px;
    height: 60px;
    margin-bottom: 1rem;
}

.diff-point h3 {
    margin: 0.5rem 0;
    font-family: Arial, sans-serif;
    font-size: 1.3rem;
    color: #fff;
}

.diff-point p {
    color: #fff;
    font-size: 1.1rem;
}

.point-1 {
    background-color: #800080ff;
}

.point-2 {
    background-color: #ff5555ff;
}

.point-3 {
    background-color: #ff9955ff;
}

.point-4 {
    background-color: #00aad4ff;
}




@media (max-width: 1490px) {
    .diff-header {
        text-align: center;
    }

    .diff-grid-master {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .diff-col-left,
    .diff-col-right {
        width: 100%;
    }

    .diff-infoGraphic {
        width: 100%;
        max-width: 600px;
        aspect-ratio: 1 / 1;
        margin: 0 auto 2rem;
        background-size: contain;
    }

    .diff-point {
        display: block;
        width: 100%;
        max-width: 900px;
        margin: 1.5rem auto;
        border-radius: 8px;
        overflow: hidden;
    }

    .diff-point-left,
    .diff-point-right {
        display: none;
    }

    .diff-point-center {
        padding: 2rem;
    }

    .diff-point-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }

    .diff-point-content-icon img {
        width: 60px;
        height: auto;
    }

    .diff-point-content-info h3 {
        font-size: 1.3rem;
    }

    .diff-point-content-info p {
        font-size: 1.05rem;
    }
}

@media (max-width: 870px) {
    .diff-container {
        background: #f5f5f5;
        background-size: contain;
        position: relative;
        padding: 4rem 2rem;
        overflow: hidden;
    }
}





/* Responsive adjustment */
@media (max-width: 768px) {
    .why-overlay {
        grid-template-columns: 1fr;
    }
}
