* {
  box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #002a76;
  text-align: center;
}
@media (max-width: 700px) {
  .container {
    width: initial;
  }
}
h1,
h2,
h4 {
  margin-top: 0;
  color: #ececee;
  font-size: 50px;
}
@media (max-width: 400px) {
  h1,
  h2,
  h4 {
    font-size: 27px;
  }
}
body {
  font-family: sans-serif;
  background-color: #002a76;
}
.table {
  position: relative;
  display: table;
  width: 100%;
}
.table .or {
  position: absolute;
  width: 78px;
  height: 78px;
  background-color: #1395eb;
  border-radius: 50%;
  left: 50%;
  margin-left: -39px;
  top: 50%;
  margin-top: -39px;
  z-index: 9;
  font-weight: 700;
}
.table .or span {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 50%;
  margin-left: -18px;
}
@media (max-width: 700px) {
  .table .or {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
  .table .or span {
    font-size: initial;
    margin-top: -11px;
    margin-left: -11px;
  }
}
.table .fifty {
  display: table-cell;
  width: 48%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 6px rgba(0,0,0,0.5);
  border-radius: 2px;
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.5);
  background-color: #fff;
}
.table .fifty .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,41,117,0.6);
  opacity: 0;
  visibility: hidden;
  transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out;
}
@media (max-width: 700px) {
  .table .fifty .hover {
    opacity: 1;
    visibility: visible;
  }
}
.table .fifty .hover span {
  background: #4caf50;
  color: #fff;
  padding: 10px 15px;
  font-size: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -54.21px;
  margin-top: -23px;
  border-radius: 23px;
}
.table .fifty img {
  width: 100%;
  transition: transform 500ms ease-in-out;
}
.table .fifty:hover .hover {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 700px) {
  .table .fifty {
    width: 90%;
    display: block;
    margin: 0 auto 10px;
  }
  .table .fifty img {
    height: 80px;
  }
  .table .fifty:last-child {
    margin-bottom: 0;
  }
}
.jumbo {
  width: 100%;
  margin-top: 20px;
  display: table;
}
.jumbo img {
  width: 100%;
  height: 100%;
}
