@font-face {
    font-family: 'RL', sans-serif;
    src: url(Poppins-Light.ttf);
  }
  @font-face {
    font-family: 'RR', sans-serif;
    src: url(Poppins-Regular.ttf);
  }
  @font-face {  
    src: url(Poppins-Regular.ttf);
    font-family: 'RM', sans-serif;
    src: url(Poppins-Medium.ttf);
  }

.stripe {
    background-color:#3D423E;
    height: 1100%;
    position: relative;
    padding: 5%;
    margin-top: 5%;
    font-family: 'RL', sans-serif;
    
}
.stripe:before {
    background-color:#3D423E;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.importantpeople {
    color: black;

    text-align: left;
    padding-bottom: 12%;

}
.peopleimage {
  width: 35%; /* Adjust the width as needed */
  height: auto; /* Maintain aspect ratio */
  float: left; /* Float the image to the left */
  transform: translate(-10%,-30%);

} 
.peoplehead {
  text-align: center;
  color: black;
  padding-top: 5%;

}
.personhead {
  color: black;
  padding-top: 5%;
  text-align: left;
  padding-left: 38%;

}


.contactinfo {
  color: white;
  text-align: center;
  font-size: 150% ;
  font-family: 'RR', sans-serif;
  word-spacing:10px;

}
.ch1 {
  color: white;
  text-align: center;
  font-size: 250% ;
  font-family: 'RR', sans-serif;
}