.cirec-ts-wrapper{
    display:flex;
    align-items:center;
    gap:14px;
}
.cirec-ts-wrapper.align-center{justify-content:center;}
.cirec-ts-wrapper.align-left{justify-content:flex-start;}
.cirec-ts-wrapper.align-right{justify-content:flex-end;}
.cirec-ts-line{
    display:block;
    height:2px;
    background-color:#00AEEF;
    flex-shrink:0;
    border-radius:999px;
}
.cirec-ts-title{
    font-weight:700;
    font-size:24px;
    color:#00AEEF;
    white-space:nowrap;
}
