.special-title2-element {
    text-align: center;
}

.special-title2-element .title-wrap {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff;
    color: rgb(216, 88, 32);
    position: relative;
}

.special-title2-element .after-line {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 17px;
    padding: 0 15px;
    overflow: hidden;
}

.special-title2-element .after-line:before {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background-color: #D85820;
    border-radius: 0 0 10px 10px;
}

.special-title2-element .after-line:after {
    content: "";
    background-color: #D85820;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    transform: rotate(45deg) translateX(50%);
    top: -10px;
    z-index: -1;
    right: 50%;
}