*,
*:after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Vodafone Lt";
  src: url("../fonts/VodafoneLt.eot") format("embedded-opentype"),
    url("../fonts/VodafoneLt.woff") format("woff"),
    url("../fonts/VodafoneLt.ttf") format("truetype");
}

@font-face {
  font-family: "Vodafone Rg";
  src: url("../fonts/VodafoneRg.eot") format("embedded-opentype"),
    url("../fonts/VodafoneRg.woff") format("woff"),
    url("../fonts/VodafoneRg.ttf") format("truetype");
}

@font-face {
  font-family: "Vodafone Rg Bd";
  src: url("../fonts/VodafoneRgBd.eot") format("embedded-opentype"),
    url("../fonts/VodafoneRgBd.woff") format("woff"),
    url("../fonts/VodafoneRgBd.ttf") format("truetype");
}

p {
  font-family: "Vodafone Rg";  
}

a {
  text-decoration: none;
}

.mainContainer {
  min-width: 100%;
  min-height: 100vh;
  padding: 0 20px;
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
}
nav {
  width: 100%;
  height: 72px;
  background-color: "#fff";
}
.inner {
  width: 78%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.content {
  text-align: center;
  max-width: 640px;
  margin-top: 50px;
  display: flex;
  direction: column;
}
.sectionTitle {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 16px;
  color: #3a3a3a;
  font-family: "Vodafone Rg Bd";
}
.infoText {
  font-size: 14px;
  line-height: 18px;
  color: "#333"
}
.infoText:first-child {
  margin-bottom: 20px;
}
.infoText:nth-child(2) {
  margin-bottom: 32px;
}
.partenersBanner {
  width: 100%;
  margin-top: 16px;
}
.suspendedSvg {
  margin: 9px 0 136px;
}
.boldInfoText {
  font-family: "Vodafone Rg Bd";
}