body, div, span, p, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border: none;
}

ul {
    margin: 1.5rem 0 0 1rem;
    padding: 0;
}

li {
    padding-left: .5rem;
}

p {
    margin: 0 0 1rem;
}

strong {
    text-decoration: underline;
    font-style: italic;
}

#wrapper {
    max-width: 100%;
}

header > div:last-of-type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 3rem;
}

.kit-images {
    flex: 0 0 calc((100% / 3) * 2);
    display: flex;
    flex-wrap: wrap;
}

.kit-images > img {
    flex: 1 0 auto;
    width: 50%;
}

.kit-colours {
    flex: 1;
}

main {
    background: #ccc;
}

section > div {
    padding: 3rem;
}

section p:last-of-type {
    margin-bottom: 0;
}

.head {
    padding: .5rem 3rem;
    background: #C00000;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.title {
    text-transform: uppercase;
    font-size: 1.5rem;
}

#fitment > div:last-of-type {
    display: flex;
    align-items: center;
    gap: 3rem;
}

#fitment img {
    max-width: 8rem;
}

footer {
    background: #ededed;
    padding: 3rem;
}

footer > div {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

@media screen and (max-width: 768px) {
    footer > div {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer > div > div {
        flex: 1 0 auto;
        width: calc(50% - 3rem);
    }

    #fitment img {
        min-width: 25%;
    }

    .kit-images {
        flex: 1 0 100%;
    }

    .kit-colours {
        display: flex;
        justify-content: center;
    }

    .kit-colours img {
        max-width: calc((100% / 3) * 2);
    }
}
