.events_section{
    display: flex;
    justify-content: center;
    background: rgb(29,56,252);
    background: radial-gradient(circle, rgba(29,56,252,1) 0%, rgba(0,10,45,1) 100%);
    
    /* background: rgb(126,63,251);
    background: radial-gradient(circle, rgba(126,63,251,1) 0%, rgba(0,10,45,1) 100%); */
    /* background: rgb(63,94,251);
    background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(155,70,252,1) 100%); */
    /* background: rgb(4 0 71);
    background: linear-gradient(122deg, rgba(2,0,36,1) 0%, rgba(13,0,194,1) 0%, rgba(0,177,255,1) 49%, rgba(0,212,255,1) 90%, rgba(250,250,250,1) 100%); */
    padding: 40px 0px 40px 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.events_section .events_box{
    /* border: 1px solid white; */
    width: 70%;
    margin: 12px 0px 0px 0px;
}

.events_section .events_box .events_heading{
    /* text-align: center; */
}
.events_section .events_box .events_heading h2{
    color: white;
    /* font-family: cursive; */
    font-size: 23px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.events_section .events_box .events_img{
    display: flex;
    flex-direction: row;
    margin: 18px 0px 0px 0px;
    flex-wrap: wrap;
}

.events_section .events_box .events_img img{
    width: 100px;
    margin: 2px;
}


.team_section .team_container .box {
    padding: 35px 0 0 0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .1s;
    transition: all .1s;
    margin-top: 45px;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64)); */
    /* background: linear-gradient(to bottom, #002759, #002b64); */
}


