h3{
         font-size: 35px;
    }
 
     h1{
         font-size: 50px;
         font-weight: 600;
        
    }
      h5{
         font-size: 24px;
    }


.hr.invisible_hr {
    height: 0;
    padding: 0;
}
.hr.big_size_hr {
    margin: 30px 0;
}
.hr {
    clear: both;
    display: block;
    font-size: 0;
    height: 24px;
    margin: 20px 0;
    overflow: hidden;
    padding: 2px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.highlight_secondary {
    color: #F44336;
    font-weight: 600;
    font-size: 50px;
}
.team-name{
     color: #09186e;
     font-weight: 600;
     margin-top: 10px;
}

.team-name h3{
    color: #09186e;
     font-weight: 600;
     margin-top: 15px;
}
    
    
    .team-role {
    color: #09186e;
     font-weight: 600;
}
    
.team-description{
    color: #09186e;
     font-weight: 600;
}