.about .page-block .section__title-pager,
.socset .page-block .section__title-pager{
    position: relative;
    font-family: "CeraRoundPro";
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #2980BA;
    display: flex;
    justify-content: center;
    text-align: center;
    column-gap: 20px;
    align-items: center;
    z-index: 10;
    border: 0;
    display: flex;
    color: #2980BA;
}
.about .section__title-pager:before,
.socset .page-block .section__title-pager:before{
    margin-top: 7px;
    content: "";
    height: 2px;
    background-color: #2980BA;
    width: 100%;
    top: 50%;
    flex: 1;
    min-width: 50px;
}
.about .section__title-pager:after,
.socset .page-block .section__title-pager:after{
    margin-top: 7px;
    content: "";
    height: 2px;
    background-color: #2980BA;
    width: 100%;
    top: 50%;
    flex: 1;
    min-width: 50px;
}



