/** Shopify CDN: Minification failed

Line 52:0 Expected "}" to go with "{"

**/
.page-title {
  margin-top: 0;
  text-align: center;
  font-size: 3.2rem;
}

.main-page-title {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}
/* Tähän loppuu alkuperäinen koodi */


/* Säätää kaikkia tekstejä, joilla on luokka "rte", CONTACT US ja DEFAULT PAGE */
.rte {
    font-size: 18px !important;
}

table {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important; /* Varmistaa, että taulukko täyttää 100% käytettävissä olevasta tilasta */
    border-collapse: collapse !important;
    







