.p-5-10-percent {
            padding: 5% 10%;
         }
         .home-banner-item {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(70%, rgba(0, 0, 0, 0.4)));
            display: flex;
         }
         .home-banner-item img {
            position: relative;
            z-index: -1;
            display: block;
            height: 500px;
            object-fit: cover;
         }
         .home-banner-heading {
            width: 100%;
            position: absolute;
            color: #ffffff;
            font-size: 80px;
            line-height: 82px;
            font-weight: bold;
            font-family: hkgroteskbold;
            align-self: center;
            padding: 10%;
            margin-bottom: 0;
         }
         .trustees-content {
            padding: 5% 5% 0 5%;
         }
         .trustees-content-item {
            margin-bottom: 72px;
         }    
         .trustees-content-heading {
            margin-bottom: 42px;
         }
         .trustees-content-heading h3 {
            color: #1e1e1e;
            font-family: hkgroteskbold;
            font-size: 36px;
            font-weight: 700;
            letter-spacing: -0.36px;
            margin-bottom: 20px;
         }
         .trustees-content-card {
            padding-left: 18px;
            padding-right: 18px;
         }
         .trustees-content-card-img-top {
            height: 375px;
            width: 100%;
            object-fit: cover;
            background-color: #1e1e1e;
         }
         .trustees-content-card-body {
            padding: 20px 0 0 0;
         }
         .trustees-content-card-title {
            color: #3f575e;
            font-family: hkgroteskbold;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 0.25rem;
         }
         .trustees-content-card-text {
            color: #69a5a4;
            font-family: proximanovabold;
            font-size: 16px;
            font-weight: 700;
         }
         .trustees-content-deck {
            display: flex;
         }
         @media only screen and (max-width: 768px) {
            .home-banner-heading {
              font-size: 62px;
              line-height: 66px;
            }
            .trustees-content-card-img-top {
              height: 275px;
            }
         }
         @media only screen and (min-width: 360px) and (max-width: 414px) {
            .home-banner-heading {
               font-size: 50px;
               line-height: 52px;
               letter-spacing: -1.5px;
            }
            .home-banner-item {
               overflow: hidden;
            }
            .home-banner-item img {
               max-width: fit-content;
               width: auto;
            }
            .trustees-content {
               padding: 10% 0 0 0;
            }
            .trustees-content-item {
               margin-bottom: 50px;
            }
            .trustees-content-heading h3 {
              letter-spacing: -1.5px;
            }
            .trustees-content-card-img-top {
              height: 375px;
            }
         }