Template:BIT/css/education

p{

   line-height: 30px;
   font-size: 18px;
   /*font-weight: 400;*/
   /*font-family: quicksand light;*/

}

  1. main{
   margin-top: 40px;

}

  1. main-zone{
   display: flex;
   align-items: center;
   margin-bottom: 100px;
   flex-direction: column;

}

  1. main-details{
   width: 80%;
   max-width: 800px;

}

  1. main-details p{
   font-size: 18px;
   font-family: 'quicksand medium';
   line-height: 30px;
   text-align: justify;

} .half{

   display: flex;
   margin: 20px 0;

} .half1{

   width: 49%;
   margin-right: 2%;

} .half2{

   width: 49%;

} .half div img{

   width: 100%;

}

  1. top-zone p{
   font-size: 18px;
   font-family: 'quicksand medium';
   line-height: 30px;
   text-align: justify;

}

  1. top-zone h1{
   font-size: 48px;
   line-height: 50px;
   font-family: 'OM';
   letter-spacing: 1px;

}

  1. top-zone{
   display: flex;
   justify-content: center;
   background-color: #eee;
   padding: 30px 0;
   width: 100%;

}

  1. top-detail{
   width: 80%;
   max-width: 1000px;

}

  1. top-pic{
   width: 100%;
   height: 300px;
   background-image: url("T--BIT--iGEM_BIT2018_HP_BANNER_WORK_1.png");
   background-position: center center;
   background-size: cover;

}