html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

strong {
    font-weight: 700;
}

body * {
    box-sizing: border-box;
}

body {
    line-height: 1;
    font-family: "Barlow", sans-serif;
    color: #24211d;
    font-weight: 500;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #006699;
}

header {
    width: 100%;
    height: 500px;
    background-image: url(bg.jpg);
    background-position: center;
    padding: 9% 0 60px;
}

.card {
    max-width: 560px;
    background-color: #fff;
    padding: 30px 40px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
}

.title {
    font-size: 36px;
    letter-spacing: 1px;
    color: #006699;
}

.contact-info {
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 20px;
}

.content {
    color: #fff;
    margin: 40px auto;
    max-width: 560px;
    line-height: 1.4em;
}

.content-title {
    font-size: 24px;
    margin: 20px 0;
}

ul {
    margin-left: 20px;
}

@media screen and (max-width: 960px) {
    .content {
        padding: 0 20px;
    }
}
