.conteudo-item {
    border: 1px solid red;
}
.bullet {
    text-align: center;
    background: red;
    border: 2px solid red;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 10px;
    color: #fff;
    position: absolute;
    bottom: calc( 50% - 40px );
    left: calc( 50% - 40px );
}
.bullet span{
    font-size: 20px;
}
.bullet p{
    background: red;
    padding: 0 5px;
    margin: 0;
}

@media print {
	.bullet {
		background-color: red !important;
	}
}