  body, html{
    width: 100%;
  }
 
 
#history{
text-align: center;
width: 100%;
 padding-top: 80px;
}
.smk{
  text-align: center;
width: 100%;
}
#history p{
  width: 70%;
  margin-left: 150px;
  
  text-align: center;
}
#founder{
  /* color: #4c5b7a; */
  display: flex;
  padding: 20PX;
}
#founder img{
  display: flex;
    width: 100px;
    height: 100px;
    padding: 20px;
    
}
#founder h1{
  width: 10px;
  padding: 20px;
  font-size: small;
  font-style: normal;
  font-family: Arial;
  color:rgb(30, 30, 70);
}
#description{
  display: flex;
  background-color:#6f7686; 
  flood-color: aliceblue;
  color: aliceblue;
 
}
section {
    margin-bottom: 40px;
    margin-left: 20px;
}
#charism img{
  width: 100px;
  height: 100px;
}
#spirituality img{
   width: 100px;
  height: 100px;
}
#vision img{
   width: 100px;
  height: 100px;
}
h2 {
    color: #4878d8;
    margin-bottom: 15px;
   
    font-size: 1.5em;
    display: flex;
    align-items: center;
    gap: 10px;
}
.h2 img{
margin-left: 20px;
}

ul corevalues{
    /* margin-left: 25px; */
    list-style: circle;
    padding-left: 20px;
}
ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#sections{
  display: flex;
}