.section-header__inner {
	/* background-color: #b4c0c0; */
}

.not-found__404 {
	font-size: 100px;
}
.section-hero {
	padding-top:100px ;
}

.text-container {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .expanded {
    -webkit-line-clamp: unset;
  }

  .h2, h2 {
    font-size: calc(1.325rem + .9vw);
}
  .h3, h3 {
    font-size: calc(1.3rem + .6vw);
}