.section-title{
    border-bottom: 2px solid #0091d0;
}
.section-title h3{
    display: inline-block;
    min-width: 200px;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0;
    background-color: #0091d0;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0px 20px;
    position: relative;
}
.section-title h3::before{
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    height: 0;
    width: 0;
    border: 25px solid #0091d0;
    border-top-color: transparent;
    border-right-color: transparent;
}