.compage>h3 {
    display: inline-block;
    font-size: 22px;
    color: #756ae0;
    padding-left: 20px;
    margin-bottom: 30px;}

.compage>h3::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #756ae0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;}

.compage>h3::after {
    width: 84px;
    height: 2px;
    background: #756ae0;
    left: 100%;
    bottom: 50%;}

