.xs-con h3 {
    display: inline-block;
    font-size: 22px;
    color: #274db6;
    padding-left: 20px;
    margin-top: 15px;
    position: relative;}

.xs-con h3::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #274db6;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;}

.xs-con h3::after {
    content: "";
    position: absolute;
    width: 84px;
    height: 2px;
    background: #274db6;
    left: 100%;
    bottom: 50%;}

.xs-con h3 span {
    color: #FF981D;}
