@font-face { font-family: "vodafone_ltregular"; src: url("../fonts/vodafone/vodafonelt-webfont.woff") format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: "vodafone_rgregular"; src: url("../fonts/vodafone/vodafonerg-webfont.woff") format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: "vodafone_rgbold"; src: url("../fonts/vodafone/vodafonergbd-webfont.woff") format("woff"); font-weight: normal; font-style: normal; }

body {
  background-color: #c6c6c6;
  font-family: "vodafone_rgbold";
  font-weight: normal;
  font-style: normal;
}

article {
  max-width: 1200px;
  margin: 120 auto 0 auto;
  padding: 0 30px;
}

footer {
  padding: 0 30px;
}

h2 {
  font-size: 52px;
  line-height: 72px;
  color: #E60000;
  margin: 0;
}

h2 span {
  font-size: 42px;
  display: block;
  margin-top: 30px;
}

p {
  margin: 0;
  font-size: 32px;
  color: #000;
}

.row {
  max-width: 680px;
  margin: 0 auto;
}

.align-center {
  text-align: center;
  width: 100%;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffffff;
  padding: 15px 25px;
  color: #000;
  border: 1px solid #E60000;
  position: relative;
  margin: 50px 0 150px 0;
}

.btn::before {
  content: '';
  position: absolute;
  background-color: #E60000;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 6px;
  right: -6px;
}

ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

li {
  padding: 0;
  margin: 0;
  list-style: none;
}