@font-face {
  font-family: "VWTextWeb-Regular";
  src: url("fonts/VWTextWeb-Regular.woff2") format("woff2"),
    url("fonts/VWTextWeb-Regular.woff") format("woff"),
    url("fonts/VWTextWeb-Regular.eot#iefix") format("embedded-opentype"),
    url("fonts/VWTextWeb-Regular.otf") format("opentype"),
    url("fonts/VWTextWeb-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "VWTextWeb-Bold";
  src: url("fonts/VWTextWeb-Bold.woff2") format("woff2"),
    url("fonts/VWTextWeb-Bold.woff") format("woff"),
    url("fonts/VWTextWeb-Bold.eot#iefix") format("embedded-opentype"),
    url("fonts/VWTextWeb-Bold.otf") format("opentype"),
    url("fonts/VWTextWeb-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "VWHeadWeb-Bold";
  src: url("fonts/VWHeadWeb-Bold.woff2") format("woff2"),
    url("fonts/VWHeadWeb-Bold.woff") format("woff"),
    url("fonts/VWHeadWeb-Bold.eot#iefix") format("embedded-opentype"),
    url("fonts/VWHeadWeb-Bold.otf") format("opentype"),
    url("fonts/VWHeadWeb-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "vwhead-light";
  src: url("fonts/vwhead-light.woff2") format("woff2"),
    url("fonts/vwhead-light.woff") format("woff"),
    url("fonts/vwhead-light.eot#iefix") format("embedded-opentype"),
    url("fonts/vwhead-light.otf") format("opentype"),
    url("fonts/vwhead-light.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "vwhead-bold";
  src: url("fonts/vwhead-bold.woff2") format("woff2"),
    url("fonts/vwhead-bold.woff") format("woff"),
    url("fonts/vwhead-bold.eot#iefix") format("embedded-opentype"),
    url("fonts/vwhead-bold.otf") format("opentype"),
    url("fonts/vwhead-bold.ttf") format("truetype");
  font-weight: bold;
}

.container {
  max-width: 960px;
  margin: auto;
  color: #999999;
  font-family: "VWTextWeb-Regular";
}

h1 {
  font-family: "VWHeadWeb-Bold";
  font-size: 28px;
  margin: 10px 0;
}

h2 {
  font-family: "VWHeadWeb-Bold";
  font-size: 18px;
  margin: 0 0 10px 0;
}

.in-container {
  border: 2px solid #cdcdcd;
  border-radius: 10px;
  padding: 20px 50px;
  margin-top: 20px;
}

.opel p {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.opel p a img {
  width: 100%;
  max-width: 180px;
}

.sap {
  margin-top: 30px;
}

.brands {
  display: flex;
  margin: 10px 0 20px 0;
  flex-wrap: wrap;
}

.brands > div {
  width: 20%;
  text-align: center;
}

.brands > div > a {
  padding: 20px;
  display: inline-block;
}

.brands > div > a > img {
  width: 100%;
  max-width: 120px;
}

@media all and (max-width: 639px) {
  .in-container {
    padding: 20px;
  }
  .brands {
    margin: 50px 0;
  }
  .brands > div {
    width: 50%;
  }
}
