#Events {
    background-color: #0d2252;
}
#Events .Register {
    color: #fff;
}
#event__wrapper{
    /* padding:3% 5%; */
    line-height:1.8;
}
#event__wrapper h3{
    font-size: 1.7rem;
    font-weight: 600;
    padding-top: 1.5rem;
    color: #fbf859;
}
#event__wrapper ul > li{
    font-size: 1.1rem;
    font-weight: 500;
    padding-bottom:8px;
    line-height: 32px;
    list-style: circle;
}
#event__wrapper h6{
   margin-bottom: 1rem;
   background-color: #ff0040;
   width:43%;
   height: 3px;
   border-radius: 25px;
}
.subevent__wrapper{
    padding:3% 5%;
    display: flex;
    align-items:  flex-start;
    justify-content:space-between;
    background-color: #0d2252;
    color: #fff;
}
.subevent__wrapper h6{
    max-height:300px !important;
}
.key__insight{
    width: 58% ;

}
footer {
    margin-top: 0rem;
}
.why__newzealand{
    width: 38% ;
}
.participating_institute {
    padding:3% 5%;
    background-color: #0d2252;
    color: white;
}
.participating_institute h6{
    text-align: center;
    align-items: center;
    justify-content: center;
   
}
.participating_institute ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}
.participating_institute ul >li {
   width: 50%;
   font-size: 1.3rem !important;

}
#advantage{
    padding:3% 5%;
    display: flex;
    align-items:  flex-start;
    justify-content:space-around;
    flex-direction: row;
    background-color: #0d2252;
    color: #fff;
}

.tpacific_advantage{
    width: 60%;
    line-height:1.8;
}
.expert_advice{
    width: 40%;
    line-height:1.8;
    color: #fff;
    padding-left:12px;
    border-radius:12px;
}

.banner_image{
    width:100vw;
    height: auto;
    min-height: 140px;
}
.banner_image img{
    width:100%;
    height: 100%;
    min-height: 140px;
}
@media (min-width:320px) and (max-width:800px){
    #event__wrapper ul > li{
        width:100%;
        font-weight:400;
        font-size:1.1rem;
    }
    .subevent__wrapper{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .key__insight{
        width: 100% !important;
    
    }
    .why__newzealand{
        width: 100% !important;
    }
    .participating_institute{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .participating_institute ul >li {
        width: 100% !important;
        
     
     }
    #advantage{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .tpacific_advantage{
        width: 100%;
    }
    .expert_advice{
        width: 100%;
    }
    #event__wrapper h2{
    font-size: 1.7rem;
    font-weight: 600;
    padding-top: 1.5rem;
}

}