.section_inner{
    width:1300px;
    margin:20px auto;
}
#section_inner_profe{
    display:flex;
    justify-content: space-around;
}
.wb_inner_profe_text{
    text-align:center;
    font-size:32px;
    font-weight:700;
    color:#ffc107;
}
.wb_inner_profe_text>span{
    display:block;
    width:100%;
    font-size:16px;
    font-weight:400;
    margin-top:5px;
    color:#666;
}

@media (max-width:1299px){
    .section_inner{
        width:100%;
    }
}

@media (max-width:767px){
    .section_inner{
        width:100%;
        margin:20px auto;
    }
    #section_inner_profe{
        display:block;
    }
    .wb_inner_profe_text{
        display:block;
        width:100%;
        font-size:26px;
    }
    .wb_inner_profe_text>span{
        font-size:16px;
    }
}