#breadcrumb {
    background-color: var(--middle-gray);
}

#differences {
    padding: 35px 0 74px 0;
}

#differences .title {
    font-size: 64px;
    line-height: 1.0625em;
    margin-bottom: 20px;
}

#differences .title span {
    font-size: 32.5px;
    line-height: 48px;
    width: fit-content;
    padding: 0 19px;
    margin: 0 auto 10px auto;
}

#differences .container > p {
    font-size: 22.5px;
    line-height: 26px;
    max-width: 780px;
    margin: 0 auto 46px auto;
}

#differences .button {
    height: 52px;
    line-height: 52px;
    font-size: 17px;
    padding: 3px 25px 0;
    margin-top: 30px;
    background-color: #000;
    color: #fff;
}

.difference {
    max-width: 300px;
    height: 100%;
}

.difference .d-image {
    flex-basis: 100%;
    max-width: 200px;
    height: 93px;
    position: relative;
    margin-bottom: 0;
}

.difference .d-image img {
    max-height: 100%;
    width: auto;
}

.difference h5 {
    position: relative;
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 5px;
    margin-bottom: 11px;
    color:#000;
}

.difference p {
    font-size: 15px;
    line-height: 21px;
    color: #000;
}

.difference .d-text {
    align-self: flex-end;
    padding: 0 16px;
}

@media screen and (max-width: 1199px) {
    .difference+.difference {
        margin-left: 25px;
    }
}

@media screen and (max-width: 1199px) {

    .difference,
    .difference+.difference {
        margin: 15px 12.5px;
    }
}

@media screen and (max-width: 768px) {
    .difference {
        width: 100%;
        max-width: 240px;
        flex-basis: calc(50% - 25px);
    }
}

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

    #differences .title {
        font-size: 30px;
        line-height: 1;
        margin: 0;
    }

    #differences .title span {
        font-size: 22px;
        line-height: 37.5px;
        margin-bottom: 10px;
    }

    #differences .difference-list {
        gap: 22px;
        margin-top: 50px;
    }

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

    #differences .container > p {
        margin-top: 10px;
        margin-bottom: 29px;
        font-size: 16px;
        line-height: 24px;
    }

    #differences p {
        font-size: 14px;
        line-height: 19px;
    }

    #differences .button {
        margin-top: 25px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
    }

    .difference .d-image {
        flex-basis: 80px;
        align-items: flex-start;
        justify-content: flex-start;
    }

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

    .difference.d-1 .d-image img {
        width: 62px;
    }

    .difference.d-2 .d-image img {
        width: 62px;
    }

    .difference.d-3 .d-image img {
        width: 62px;
    }

    .difference.d-4 .d-image img {
        width: 62px;
    }

    .difference .d-text {
        padding-left: 6px;
        flex: 1;
        align-self: flex-start;
    }

    .difference h5 {
        font-size: 18px;
        margin: 0 0 10px 0;
        padding: 0
    }

    .difference h5::after {
        top: 30px;
        left: 1px;
        transform: none;
    }

    .difference h5 br {
        display: none;
    }

    .difference p {
        font-size: 14px;
    }

    .difference p br {
        display: none;
    }
}