li{
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}
.number{
    font-size:25px;
    font-weight: 700;
    color:#3F96D2
}
.type{
    font-size:18px;
    font-weight: 700;
}
.tag.icon{
    font-size: 40px;
    color:#3F96D2

}
.ui.segments>.ui.segments{
    margin:0
}
#country_table_wrapper .ui.stackable.grid{
    justify-content: center;
}
.stat{
    width: 45%;
}

.stat_card{
    padding:1rem!important;
}
.ui.segment.stat_card:hover,#feature .column .segment:hover{
    box-shadow: 0 0 10px #d7d7d7 !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease!important;
}
.number{
    display: block;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.type{
    font-size: 22px;
}
.highlight{
    cursor: pointer;
    opacity: 0.7;
}
.human_body{
    cursor: pointer;
    transition: 0.3s;
}
.ui.secondary.menu{
    box-shadow: none !important;
}
@media only screen and (min-width: 1600px) {
   #banner{
       height:400px;
       padding:80px!important;
   }
}