.content_item:nth-child(odd) div:nth-child(2):after {
content: "";
display: inline-block;
position: absolute;
right: -11px;
top: 50%;
margin-top: -11px;
min-width: 20px;
min-height: 20px;
border-radius: 50%;
background: rgb(177, 177, 174);
}
.content_item:nth-child(even) div:nth-child(1):before {
content: "";
display: inline-block;
min-width: 20px;
min-height: 20px;
border-radius: 50%;
background: rgb(177, 177, 174);
position: absolute;
left: -11px;
top: 50%;
margin-top: -11px;
}
section.content_item {
position: relative;
}