.txt-bg-photo-block ol li:before{
	content: counter(list) ".";
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 300%;
	font-weight: 600;
	position: absolute;
	bottom: -1rem;
	left: -3rem;
	
}


.txt-bg-photo-block ol{
	margin-top:3rem
}

.txt-bg-photo-block ol li{
	line-height:1.9;
	list-style:none;
	font-size: 0.8rem;
	counter-increment: list;
	position:relative;
	margin-bottom:3rem;
}

.txt-bg-photo-block ol{
	padding-left:3rem	
}


.txt-bg-photo-block .txt-right-bottom a {
	color:var(--color-link);
	text-transform:uppercase;
	font-size:1.2rem;
	line-height:1;
}


.txt-bg-photo-block .txt-right-bottom a:hover {
	color:var(--color-hover);
}

@media(min-width:768px){
	.txt-bg-photo-block .txt-right-bottom {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}