#differences {
    padding: 70px 0 109px 0;
    background-color: #F7F7F7;
    --content-width: 1380px;
}

#differences .title {
    font-size: 40px;
    margin-bottom: 22px;
    line-height: 1;
}

#differences .title img {
    margin-left: 15px;
}

#differences .button {
    color: #fff;
    background-color: #000;
    height: 39px;
    line-height: 39px;
    font-size: 17px;
    margin-bottom: 80px;
    padding: 0;
    width: 217px;
    border-radius: 20px;
}

.difference {
    flex-basis: 25%;
    height: 100%;
}

.difference .d-image {
}

.difference h5 {
    font-size: 24px;
    margin-top: 22px;
    margin-bottom: 0;
}

.difference p {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 10px;
    padding: 0 27px;
}

@media screen and (max-width: 1199px) {
    .difference-list {
        row-gap: 58px;
        column-gap: 15px;
    }
    .difference {
        flex-basis: 50%;
    }
    
}

@media screen and (max-width: 768px) {
    .difference p {
        padding: 0;
    }
}

@media screen and (max-width: 567px) {
    #differences {
        padding: 36px 0 42px 0;
        margin: 0;
    }

    #differences p {
        font-size: 17px;
        line-height: 20px;
        margin-top: 3px;
        padding-right: 10px;
    }

    #differences .title {
        font-size: 30px;
        margin: 0 auto 28px auto;
        flex-direction: column;
    }

    #differences .title img {
        width: 169px;
        margin: 0;
    }

    #differences .difference {
        flex-basis: 100%;
        max-width: unset;
        margin: 0;
        text-align: left;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .difference .d-image {
        flex-basis: 74px;
        flex-shrink: 0;
        flex-grow: 0;
        height: unset;
        margin-right: 23px;
    }

    .difference .d-image img {
        height: auto;
        margin: 6px 0 0 2px;
    }

    .difference h5 {
        font-size: 22px;
        margin-top: 0;
    }

    .difference p {
        font-size: 14px;
        line-height: 1.85714286;
        margin-top: 12px;
    }

    #differences .button {
        margin-top: 23px;
        font-size: 16px;
        width: 181px;
        height: 32px;
        line-height: 32px;
        border-radius: 16px;
    }
}