.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;
  }