body {
    margin: 0;
    padding: 0;
}

h1.header {
    display: none;
}

.main-wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.top-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 90px 0 136px 0;
}

@media (max-width: 680px) {
    .top-block {
        margin: 11.875vw 0 20.313vw 0;
    }
}

.top-block .top__headline {
    font-family: 'MazdaType-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    width: 576px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin: 0 0 11px 0;
    padding: 0;
    color: #2B2B2B;
}

@media (max-width: 680px) {
    .top-block .top__headline {
        font-size: 12.500vw;
        line-height: 12.500vw;
        width: 86vw;
        margin: 0 0 3.438vw 0;
    }
}

.top-block .top__description {
    font-family: 'MazdaType-Regular';
    font-style: normal;
    font-weight: normal;
    width: 504px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #2B2B2B;
    margin: 0 0 53px 0;
    padding: 0;
}

@media (max-width: 680px) {
    .top-block .top__description {
        font-size: 4.375vw;
        line-height: 6.250vw;
        width: 75vw;
        margin: 0 0 8.438vw 0;
    }
}

.top-block .top__image {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .top-block .top__image {
        width: 90%;
    }
}

.inspected {
    margin: 0 0 72px 0;
}

@media (max-width: 680px) {
    .inspected {
        margin: 0 0 19.375vw 0;
    }
}

.inspected .inspected__headline, .inspected .inspected__headline-mobile {
    font-family: 'MazdaType-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    color: #2B2B2B;
    display: block;
}

.inspected .inspected__headline-mobile {
    display: none;
}

@media (max-width: 680px) {
    .inspected .inspected__headline {
        display: none;
    }
    .inspected .inspected__headline-mobile {
        font-size: 10vw;
        line-height: 10vw;
        margin: 0 auto 3.125vw auto;
        display: block;
        text-align: left;
        width: 70vw;
    }
}

.inspected .inspected-text {
    display: flex;
    justify-content: center;
    margin: 0 0 0 -10px;
}

@media (max-width: 680px) {
    .inspected .inspected-text {
        flex-direction: column;
        width: 70vw;
        margin: 0 auto;
    }
}

.inspected .inspected-text .inspected-text__paragraph {
    font-family: 'MazdaType-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #2B2B2B;
}

@media (max-width: 680px) {
    .inspected .inspected-text .inspected-text__paragraph {
        font-size: 4.375vw;
        line-height: 6.250vw;
    }
}

.inspected .inspected-text .inspected-text__paragraph:nth-child(1) {
    width: 290px;
    border-right: 1px solid #D8D8D8;
    padding: 16px 48px 16px 0;
}

@media (max-width: 680px) {
    .inspected .inspected-text .inspected-text__paragraph:nth-child(1) {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #D8D8D8;
        padding: 0 0 7.613vw 0;
        margin: 0;
    }
}

.inspected .inspected-text .inspected-text__paragraph:nth-child(2) {
    width: 297px;
    padding: 16px 0 16px 48px;
}

@media (max-width: 680px) {
    .inspected .inspected-text .inspected-text__paragraph:nth-child(2) {
        width: 100%;
        border-right: none;
        padding: 7.813vw 0 0 0;
        margin: 0;
    }
}

.mileage {
    background: #D8D8D8;
    display: flex;
    justify-content: center;
    padding: 58px 0 89px 0;
}

@media (max-width: 680px) {
    .mileage {
        flex-direction: column;
        padding: 20vw 0 20.938vw 0;
        align-items: center;
    }
}

.mileage .mileage-block:nth-child(1) {
    width: 256px;
    margin: 0 0 0 16px;
}

@media (max-width: 680px) {
    .mileage .mileage-block:nth-child(1) {
        width: 70vw;
        margin: 0 0 17.500vw 0;
    }
}

.mileage .mileage-block:nth-child(2) {
    width: 288px;
    margin: 0 0 0 84px;
}

@media (max-width: 680px) {
    .mileage .mileage-block:nth-child(2) {
        width: 70vw;
        margin: 0;
    }
}

.mileage .mileage-block .mileage__headline {
    font-family: 'MazdaType-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin: 0 0 0 -2px;
    color: #000000;
}

@media (max-width: 680px) {
    .mileage .mileage-block .mileage__headline {
        font-size: 10vw;
        line-height: 10vw;
    }
}

.mileage .mileage-block .mileage__sub-headline {
    font-family: 'MazdaType-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin: 0;
    color: #000000;
}

@media (max-width: 680px) {
    .mileage .mileage-block .mileage__sub-headline {
        font-size: 4.375vw;
        line-height: 100%;
        margin: 2.188vw 0 0 0;
    }
}

.mileage .mileage-block .mileage-list {
    margin: 21px 0 0 0;
    padding: 0 0 0 24px;
    list-style: none;
}

@media (max-width: 680px) {
    .mileage .mileage-block .mileage-list {
        margin: 7.188vw 0 0 0;
        padding: 0 0 0 6.250vw;
    }
}

.mileage .mileage-block .mileage-list .mileage__list-item {
    font-family: 'MazdaType-Regular';
    font-style: normal;
    font-weight: normal;
    width: 204px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    position: relative;
    color: #000000;
}

@media (max-width: 680px) {
    .mileage .mileage-block .mileage-list .mileage__list-item {
        font-size: 4.375vw;
        line-height: 6.250vw;
        margin: 2.188vw 0 0 0;
        width: 100%;
    }
}

.mileage .mileage-block .mileage-list .mileage__list-item:nth-child(1) {
    margin: 0 0 8px 0;
}

@media (max-width: 680px) {
    .mileage .mileage-block .mileage-list .mileage__list-item:nth-child(1) {
        margin: 0 0 3.750vw 0;
    }
}

.mileage .mileage-block .mileage-list .mileage__list-item::before {
    content: url(https://project.clcdatahub.com/KSS/images/Mazda/Total-confidence-certified/list-item.svg);
    position: absolute;
    top: -2px;
    left: -22px;
}

.assistance {
    margin: 138px 0 0 0;
    text-align: center;
}

@media (max-width: 680px) {
    .assistance .assistance__image {
        width: 90vw;
    }
}

.assistance .assistance__headline {
    font-family: 'MazdaType-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 0;
    color: #2B2B2B;
}

@media (max-width: 680px) {
    .assistance .assistance__headline {
        font-size: 11.250vw;
        line-height: 12.500vw;
    }
}

.assistance .assistance__list {
    font-family: 'MazdaType-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    list-style: none;
    margin: 28px 0 46px 0;
    padding: 0;
    color: #2B2B2B;
}

@media (max-width: 680px) {
    .assistance .assistance__list {
        font-size: 4.375vw;
        line-height: 7.500vw;
        margin: 2.500vw 0 11.250vw 0;
    }
}

.disclaimer {
    margin: 95px 0 122px 0;
}

@media (max-width: 680px) {
    .disclaimer {
        margin: 20vw 0 15vw 0;
    }
}

.disclaimer .disclaimer__text {
    width: 623px;
    margin: 0 auto;
    font-family: 'MazdaType-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #2B2B2B;
}

@media (max-width: 680px) {
    .disclaimer .disclaimer__text {
        width: 90vw;
        font-size: 3.750vw;
        line-height: 6.250vw;
    }
} 

