section.domein-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.domein-price h2 {
  color: #3D89BF;
  margin-bottom: 1rem;
  max-width: 70vw;
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  text-align: center;
}

section.domein-price .price-tiles {
  width: 70vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.domein-price .price-tiles .price-tile {
  background-color: white;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  margin-top: 2rem;
}

section.domein-price .price-tiles .price-tile img {
  height: 3.5rem;
}

section.domein-price .price-tiles .price-tile h1 {
  font-size: 2rem;
  color: #11403A;
}

section.domein-price .price-tiles .price-tile .price-country-text {
  margin: 0 1rem 0 1rem;
}

section.domein-price .price-tiles .price-tile .price-country-text h2 {
  font-size: 1.4rem;
  margin: 0;
  color: #3D89BF;
}

section.domein-price .price-tiles .price-tile .price-country-text h3 {
  color: #11403A;
  font-size: 1rem;
}

section.domein-price a {
  text-decoration: none;
  color: #3D89BF;
  margin-top: 1rem;
  font-size: 1.2rem;
}

section.domein-price button {
  background-color: #34BFAF;
  border: none;
  color: white;
  border-radius: 12px;
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin-top: 2rem;
}
/*# sourceMappingURL=domein-price.css.map */