body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5em;
  background-color: #fff;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}

h3 {
  color: #880cd7;
  font-size: 16px;
}

p {
  text-align: justify;
}

a {
  color: inherit;
}

.container {
  margin: auto;
  max-width: 1200px;
}

.logo-container {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  border-radius: 24px;
}

.logo {
  font-size: 20px;
  z-index: 123;
  color: #fff;
  font-weight: bolder;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 6px;
  backdrop-filter: blur(36px);
  padding: 5px;
  text-align: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  width: 27px;
  filter: invert(1);
}

.row {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.row.orange {
  background-color: #880cd7;
}

.col-1,
.col-2,
.col-3 {
  height: auto;
  margin: 10px;
  display: flex;
  flex-direction: column;
}

.col-1 {
  width: 100%;
  align-items: center;
}

.col-2 {
  margin: 0;
  width: 50%;
}

.col-2.hero {
  min-height: 325px;
  background-size: cover;
  background-position: center;
  background-image: url(../imgs/hero.jpg);
}

.col-2.content {
  padding: 50px;
}

.col-2.content p {
  color: #fff;
}

.col-3 {
  margin: 30px;
  width: 33.333%;
  text-align: center;
}

.col-3 p {
  color: #555;
}

.icon {
  width: 50px;
  display: block;
  margin: 10px auto;
}

.icon circle {
  stroke: #880cd7 !important;
}

.icon path {
  fill: #880cd7 !important;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
}

.company,
.address,
.vat {
  color: #555;
  font-size: 12px;
}

.emails {
  color: #555;
  font-size: 12px;
}

.emails a {
  color: inherit;
}

@media only screen and (max-width: 1019px) {
  .row {
    display: block;
  }

  .col-1,
  .col-2,
  .col-3 {
    width: auto;
  }

  .col-2.content {
    padding: 20px;
  }

  .col-3 {
    margin: 20px;
  }
}
