.difference {
    padding: 160px 0 210px;
    background-color: #e6f0f1;
    z-index: 1;
}
.home .difference {
    padding: 80px 0 210px;
}
.difference::before {
    content: "";
    position: absolute;
    top: -36%;
    left: 0;
    width: 499px;
    height: 937px;
    background-image: url('/wp-content/uploads/2025/09/polygon-left-2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}
.difference::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 834px;
    background-image: url('/wp-content/uploads/2025/09/polygon-right-2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}
.difference h2 {
    margin-bottom: 24px;
}
.difference h2 + p {
    color: #50535A;
    max-width: 970px;
    margin: 0 auto 30px;
}
.difference-item {
    position: relative;
    max-width: 340px;
    margin: 0 auto;
    cursor: pointer;
}
.difference-item p {
    display: none;
    position: absolute;
    color: #50535A;
}
.difference-link {
    margin-bottom: 70px;
}
.difference-item h3 {
    color: #14678B;
    margin-bottom: 24px;
}
.difference-item i {
    color: #102547;
}

@media only screen and (max-width: 1440px) {
    .difference::after {
        opacity: 0.4;
    }
}

@media only screen and (max-width: 1280px) {
    .difference,
    .home .difference {
        padding: 80px 0;
    }
    .difference::after {
        opacity: .3;
        display: none;
    }
    .difference h2 + p {
        margin-bottom: 40px;
    }
    .difference .b2-row {
        display: block;
    }
    .difference .b2-row .b2-col {
        width: 100%;
    }
    .difference-item {
        max-width: 80%;
        margin-bottom: 40px;
    }
    .difference::before {
        display: none;
    }
    .difference-item p {
        position: relative;
    }
}