
// trusted client

.title-area-client{
    p{
        &.client-title{
            position: relative;
            &::after{
                content: '';
                position: absolute;
                left: 0;
                width: 100%;
                height: 2px;
                width: 100%;
                background: var(--color-primary);
            }
        }
    }
}