.round-list__item {
	display: block;
	box-sizing: border-box;
    color:  rgba(74, 42, 67, 1);
    text-decoration: none;
    margin: 20px 0px;
}

.round-list__item p {
	margin: 20px 0 0 0 ;
	font-weight: 600;
	transform: rotate(0.01deg);
	line-height: 1.4;
	margin-left: -25px;
    margin-right: -25px;
}
