.mod-megamenu>.mod-megamenu--item:last-child {
    margin-left: auto;
}

.mod-megamenu>.mod-megamenu--item:last-child>.mod-megamenu--item-anchor {
    padding-right: 0;
}

.mod-megamenu--deeper:not(.mod-megamenu--group)>.mod-megamenu--item-anchor:after {
  font-family: "Font Awesome 6 Free";
}

h1,h2 {
  color: #008ad9;
  font-size: 28px;
}

h3,h4,h5 {
  color: #005f96;
  font-size: 24px;
}

h4 {
  color: #1C1C66;
  font-size: 20px;
}

.banner-image {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .btn-banner {
    --btn-padding-x: 1.5rem;
    --btn-padding-y: 1rem;
    --btn-font-size: 1.2rem;
  }
  .banner-image {
    margin-bottom: 0;
  }
  .banner-texts .title {
    font-size: 3.2rem;
  }
  .banner-texts .subtitle {
    font-size: 2rem;
  }
  .banner-texts .description {
    font-size: 1.4rem;
  }
}
