Template:BIT/css/safety

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

}

  1. main-content{
   display: flex;
   justify-content: center;
   flex-direction: column;
   width: 80%;
   max-width: 800px;
   margin-bottom: 100px;

}

  1. detail{
   display: flex;
   align-items: center;
   flex-direction: column;

} .half{

   display: flex;

} .half1{

   width: 45%;
   margin-right: 5%;

} .half2{

   width: 45%;
   display: flex;
   flex-direction: column;

}

  1. detail p{
   text-align: justify;
   font-size: 18px;
   font-family: 'quicksand medium';
   line-height: 27px;
   width: 100%;

} .half div img{

   width: 100%;

}