
/******************** section.brand *********************/

section.brand {
   height: 100%;
   background: #ffffff;
}

.con-brand {
   text-align: center;
}

.brand .mar-b-5 {
   margin-bottom: 5vh;
   /* add by Ying 14-03-24 */
}

.brand-logo {
   display: flex;
   justify-content: center;
   align-items: center;
}


img.logo-uni {
   max-width: 20vh;
   min-width: 150px;
}
/******************** section.brand *********************/

