Template:BIT/css/interlab

  1. main{
   margin-top: 86px;
   display: flex;
   justify-content: center;

}

  1. main-zone{
   width: 80%;
   max-width: 1000px;
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-bottom: 100px;
   margin-top: 30px;

}

  1. main-zone p{
   width: 100%;
   font-size: 18px;
   font-family: "quicksand medium";
   line-height: 30px;
   text-align: justify;

}

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

}

  1. main-zone img{
   max-width: 100%;

}

  1. main-zone h2{
   width: 100%;

} .half{

   display: flex;
   padding: 20px;

} .half1{

   width: 45%;
   margin-right: 5%;
   display: flex;
   align-items: center;
   flex-direction: column;

} .half2{

   width: 45%;
   display: flex;
   align-items: center;
   flex-direction: column;

} .three-pic{

   /*display: flex;*/
   /*justify-content: space-between;*/

} .three-pic img{

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

}