
header::after {
    content: url('our-cars.png');
    position: absolute;
    left: 60px;
    top: 130px;
}

article {
    position: relative;
}

section.contact-us address {
    font-style: normal;
}

section.contact-us {
    padding-top: 310px;
    text-align: center;
    font-size: 140%;
}

section.contact-us h1 {
    margin-bottom: 0;
	text-transform: lowercase;
	font-weight: 400;
	font-size: 35px;
}

section.contact-us h1::after {
    content: ':';
}

section.contact-us dl {
    text-align: center;
}

section.contact-us dt {
    display: inline;
    margin: 0;
}

section.contact-us dt:after {
    content: ':';
}

section.contact-us dd {
    display: inline;
    margin: 0;
}

section.contact-us dd a {
    color: red;
}

section.contact-us dd:after {
    content: '\A';
    white-space: pre;
}

section.link {
    position: absolute;
    left: 20px;
    top: 220px;
    max-width: 9em;
}

section.link a {
    display: block;
    text-align: center;
}

section.features {
    position: absolute;
    right: 20px;
    top: 200px;
    color: lightgray;
}

section.features ul {
    list-style: none;
}

section.features ul > li::before {
    content: url('check.png');
    position: relative;
    top: 4px;
}

section.features p {
    margin-bottom: 5px;
}

section.features ul {
    margin-top: 5px;
    margin-left: 150px;
}

section.features-images {
    height: 425px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    overflow: hidden;
}

section.features-images figure {
    position: absolute;
    margin: 0;
    opacity: 0;
    transition: 1s opacity;
}

section.features-images figure.show {
    position: absolute;
    opacity: 1;
    transition: 1s opacity;
}

section.features-images img {
    width: 640px;
}

section.pay-with {
    color: lightgray;
}

section.pay-with ul {
    text-align: center;
    list-style: none;
}

section.pay-with ul > li {
    display: inline;
    margin: 5px;
}
