/* #header{
  top: 0;
} */
.events {
  background: url(../img/home/our-mission.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.events::before { 
  /* background-color:rgb(12 11 10 / 82%); */
  background: transparent;
}
.events p{
  font-size: 20px;
  text-align: center;
  /* font-weight: 600; */
}
.chefs{
  background: #fff;
}
.chefs .member .member-info {
  position: relative; 
  background: #fff;
  padding: 20px 15px;
  color: #433f39;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  bottom: 0;
  left: auto;
  right: auto;
}
.chefs .section-title h1 span{
  color:#ffb03b;
}
.why-us .box p{
  font-size: 16px;
  color: #000;
}
.why-us .box h4{
  font-size: 32px;
}
.iconimg{
  width: 100px;
}
/* .section-title h2{
  font-size: 62px;
} */
.why-us .box{
  box-shadow: none;
  /* border-radius: 30px; */ 
}
.why-us .box:hover{
  background: none;
  box-shadow: none;
  padding: 50px 30px;
}
.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p{
  color: #000;
}
#about{
  margin-top: 40px;
}
.video-block #myVideo{
  width: 100%;
  border-radius: 20px;
}
@media(max-width:1024px){
  .events p{
    font-size: 16px;
  }
  .why-us .box{
    padding: 20px;
  }
}