.container-header .container-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 1em;
}
.container-header {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 10;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--cassiopeia-font-family-headings,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");
  font-weight: 400;
}

.h1, h1 {
    font-size: 2rem;
  }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: rgb(68, 103, 129);
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0;
}
.container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
  color: #000;
  position: relative;
  text-decoration: none;
}
.container-header {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.container-header .navbar-toggler {
  border: 1px solid #fff;
  color: #000;
  cursor: pointer;
}
.h3, h3 {
    font-size: 1.55rem;
  }
body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
  
:root {
  --hue: 214;
  --template-bg-light: #f0f4fb;
  --template-text-dark: #495057;
  --template-text-light: #ffffff;
  --template-link-color: var(--link-color);
  --template-special-color: #001B4C;
  background: #f5f5f5;
}
.metismenu.mod-menu .metismenu-item > a, .metismenu.mod-menu .metismenu-item > button, .metismenu.mod-menu .metismenu-item > span {
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
a:not([class]) {
  text-decoration: none;
}
a {
  color: #ca4a30;
}
 .bubble {
      display: inline-block;
      background-color: #f0f0f0;
      color: #333;
      padding: 10px 20px;
      border-radius: 25px;
      font-family: Arial, sans-serif;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      margin: 20px;
    }
  .image-left .blog-item .item-image, .image-right .blog-item .item-image {
    flex:1 0 0%;
  }
    .faq-item {
      background: #fff;
      padding: 1.5rem;
      border-bottom: 1px solid #ddd;
      margin-bottom: 1rem;
      border-radius: 8px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }
    .faq-item h2 {
      font-size: 1.2rem;
      margin-top: 0;
      color: #007acc;
    }
    .faq-item ul {
      margin-left: 1.5rem;
    }
    a {
      color: #007acc;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }

.image-left .blog-item .item-image, .image-right .blog-item .item-image {
  flex:1 0 0%;
  width: 220px;
  height: 320px !important;
  max-width: 220px;
}