#differences {
    padding: 53px 0;
    background-color: #f5f5f5;
}

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

#differences .title span {
    max-width: 385px;
    width: 100%;
    margin: 0 auto;
    line-height: 48px;
    font-size: 32.5px;
    font-weight: 400;
    margin-bottom: 10px;
}

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

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

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

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

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

@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);
    }
    .difference p {
        padding: 0;
    }
}

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

    #differences .title {
        font-size: 56px;
        line-height: 50px;
        margin: 0 auto 35px auto;
        max-width: 390px;
    }

    #differences .title span {
        font-size: 18.5px;
        line-height: 27.5px;
        margin-bottom: 11px;
        padding: 0 10px;
        width: fit-content;
    }

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

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

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

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

    .difference.d-1 .d-image img {
        width: 77px;
        top: -4px;
        position: relative;
    }

    .difference.d-2 .d-image img {
        width: 76px;
        position: relative;
        top: -8px;
    }

    .difference.d-3 .d-image img {
        width: 78px;
        position: relative;
        top: -7px;
    }

    .difference.d-4 .d-image img {
        width: 76px;
        top: -9px;
        position: relative;
    }

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

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

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

    .difference h5 br {
        display: none;
    }

    .difference p {
        font-size: 13px;
        line-height: 19px;
    }

    .difference p br {
        display: none;
    }
}