:root {
  --color0: #ffffff;
  --color1: #c20437;
  --color2: #004186;
  --color3: #7fa0c2;
  --color4: #a6bcd5;
  --color5: #bfcfe1;
  --color6: #d9e2ed;
  --color7: #e5ecf3;
  --color8: #005b9a;
}

@font-face {
  font-family: "Segoe UI";
  src: url("fonts/segmdl2.ttf");
}

@font-face {
  font-family: "HSwiss 721 Extended";
  src: url("fonts/hsw721e.ttf");
}

body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  color: var(--color2);
}

h1, h2, h3, h4 {
  margin: 0;
}

h1 { font-size: 34px; font-weight: inherit; padding: 35px 0 30px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }

.infobox {
  padding: 68px;
  border-radius: 32px;
}

/*
.container {
  display: flex;
  padding: 0 60px;
  align-items: center;
  height: 300px;
}
*/
.content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
}

.icon {
  padding: 20px;
}

.icon img {
  width: 20px;
}

.text {
  font-size: 46px;
}

@media (max-width: 1000px) {
  .container {
    flex-direction: column;
    padding: 10px;
  }

  .infobox {
    padding: 20px;
  }

  .left, .right {
    flex: unset;
  }

  .left {
    display: flex;
    justify-content: center;
  }

  .right {
    flex-direction: column;
  }

  .icon {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
  }

  .icon img {
    width: 30px;
    rotate: 90deg;
  }

  .text {
    text-align: center;
  }
}
