[data-path^='pages.introduction.subPages.']:last-child {
  background-image: url("");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 109px;
  background-origin: content-box;
}

main[data-path^='pages.introduction'] > :nth-child(2){
    padding-top: 1.5rem;
  }


main[data-path^='pages.introduction'] > div:first-child{
    width: 100vw;
    text-align: center;
    background-color: hsl(0, 0%, 100%)
  }

h6.title.is-6 {
  margin: 1rem auto 0;
  color: var(--primary-color);
  width: 480px;
  max-width: 100vw;
  text-align: left;
  font-size: 20px;
  padding: 0 0.75rem;
}

.navbar {
  background-image: url("https://i.ibb.co/FgzmKwR/Winston-logo-1024x233.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10rem
}

.navbar .navbar-brand .navbar-item.title {
    display: none;
  }

.navbar .dropdown-trigger .button {
    background-color: transparent;
    border: none;
    color: hsl(0, 0%, 100%)
  }

.navbar .dropdown-trigger .button .icon {
      margin-left: 0 !important;
    }
