body,html{
    width: 100%;
    margin: 0;
}
body {
  
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: rgba(255, 248, 220, 0.454);
}
 h2 ,h3{
font-family: Georgia, 'Times New Roman', serif;
  color: #662a65;
}
p {
  text-align: justify;
  text-align: center;

}
#Mission-Vision {
    height: fit-content;
  max-width: 1000px;
  margin-left: 40px;
  padding:  50px;
  font-size: large;
  background-color: color(from color srgb r g b);
  animation-delay: 200px;
  padding-top: 80px;
 
}
#Apostolates {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;

}
#Education {
  flex: 1 1 250px;
  width: 23%;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}
#Education :hover {
   transform: translateY(-5px);
}
#Education img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}
#Education h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #2c3e50;
}
#Education p {
  font-size: 1rem;
  color: #555;

}
#Healthcare {
   flex: 1 1 250px;
  width: 23%;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}
#Healthcare:hover {
  transform: translateY(-5px);
}
#Healthcare img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}
#Healthcare h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #2c3e50;
}
#Healthcare p {
  font-size: 1rem;
  color: #555;
}

#Pastoral {
  flex: 1 1 250px;
  width: 23%;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}
Pastoral:hover {
  transform: translateY(-5px);
}
#Pastoral img {
   width: 100%;
  height:300px ;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
  
}
#Pastoral h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #2c3e50;
}
#Pastoral p {
  font-size: 1rem;
  color: #555;


}
#Social{
   flex: 1 1 250px;
  width: 23%;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}
#Social:hover {
  transform: translateY(-5px);
}
#Social img {
  width: 100%;
  height:300px ;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}
#Social h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #2c3e50;
}
#Social p {
  font-size: 1rem;
  color: #555;
}