#difference {
    --content-width: 1310px;
    padding-top: 63px;
    padding-bottom: 138px;
}
.d-text h2 {
    font-size: 54px;
    line-height: 1;
}
.d-text h2 span {
    font-size: 69px;
    font-weight: normal;
}
.d-text .button {
    width: 140px;
    height: 35px;
    border-radius: 18px;
    font-size: 15px;
}
.di-icon {
    height: 68px;
    margin-bottom: 15px;
}
.d-item p {
    font-size: 28px;
    line-height: 1.285714285714286;
    text-align: center;
}
#scroll-text {
    transform: translateX(100%);
    animation: scroll-text 20s linear infinite;
    color: #F8F8F8;
    font-size: 195px;
    white-space: nowrap;
}
@keyframes scroll-text {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@media screen and (max-width: 1199px) {
    #difference {
        padding-bottom: 100px;
    }
    #difference .container {
        flex-direction: column;
    }
    .d-text {
        text-align: center;
        margin-bottom: 30px;
    }
    .d-text .button {
        margin: 0 auto;
    }
    #scroll-text {
        font-size: 145px;
    }
}
@media screen and (max-width: 767px) {
    .d-items {
        flex-direction: column;
        align-items: flex-start;
    }
    .d-item {
        flex-direction: row;
        align-items: center;
    }
    .d-item p {
        font-size: 28px;
        line-height: 1.285714285714286;
        text-align: left;
    }
    .di-icon {
        width: 82px;
        margin-right: 10px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 567px) {
    #difference {
        padding-bottom: 43px;
        padding-top: 17px;
    }
    .d-text h2 {
        font-size: 34px;
        line-height: 1.117647058823529;
    }
    .d-text h2 span {
        font-size: 64px;
    }
    .d-item {
        margin-bottom: 25px;
    }
    .di-icon {
        width: 49px;
        height: 41px;
    }
    .d-item p {
        font-size: 16px;
        line-height: 1.25;
    }
}