You can accomplish this by adding another pseudo-element so that the word “or” does not overlap with other elements.
.right:after, .right:before, , z-.
.
.right:before {
content:"";
border: 1px solid #9F9F9F;
width: 50px;
height: 18px;
display: inline-block;
border-radius: 50%;
position: absolute;
left: 175px;
top: 65px;
text-align: center;
padding: 20px 5px;
}
.right:after {
content: "OR";
width: 50px;
display: inline-block;
border-radius: 50%;
position: absolute;
left: 175px;
top: 65px;
text-align: center;
padding: 20px 5px;
z-index: 101
}
: , , 1

, , .
, .right:after x, .left:before y.
.left:before {
content: "";
display: inline-block;
height: 58px;
width: 6px;
position: absolute;
left: 203px;
top: 66px;
z-index: 99;
background-color: #FFF;
}
.
