*{
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;
    font-family: sans-serif;
}

.year_image{
    background-image: url('/assets/uploads/images/project_main_image.jpeg');
    background-size: cover;
    background-position: center;
    width:100%;
    height:30vh;
  }
  .board_l{
    background-color: #091c57;
    color: white;
    width: 130px;
    height: 40px;
    margin-left:20px;
    padding-left: 5px;
    padding-top: 5px;
    font-family: inherit;
    border: 2px solid black;
    border-radius:5px;
  }
  .image_main{
    background-color:#092759;
    height: 30vh;
    opacity: 0.9;
    color: white;
  }
  .year_head{
    color: white;
  }
  .year_para{
    padding-top:30px;
    color: white;
    padding-left: 10px;
  }
  .year_finance{
    color: #091c57;
    font-size:30px;
  }
  .directors_image{
    height: 100px;
    width: 100px;
  }
  .directors_head{
    color:#091c57;
    font-size:20px;
    font-weight: bold;
  }
  .directors_para{
    color: #091c57;
    font-size: 13px;
  }
  .directors_card{
    border: 1px solid gray;
    width:300px;
    padding:10px;

  }
  .director_overview{
    font-size: 13px;
    color: gray;
  }
  .board{
    margin: 10px;
  }
  .board_c{
    color:#091c57;
    margin: 5px;
    padding-left:13px;
  }

  
/* #Laptop View */
@media screen and (min-width:769px) and (max-width:1024px){
 
}
/* *#Tab View */
@media screen and (min-width:426px) and (max-width:769px){
  
}
@media screen and (max-width:426px){
  .board_c{
    font-size: 16px;
  }
  .directors_card{
    width: 110px;
  }
  .directors_head{
    font-size:9px;
  }
  .directors_para{
    font-size:7px;
  }
  .director_overview{
    font-size: 10px;
  }
  .directors_image{
    height: 60px;
    width: 60px;
  }
}