/* here you can put your own css to customize and override the theme */
.flex-box{
    display: flex;
}
.flex1{
    flex:1;
}
.pro-round{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
    background-color: #0083ce;
    text-align: center;
    line-height: 100px;
    font-size: 32px;
    color: #fff;
}