.text_massive-wrapper {
	font-size: 18px;
}
.text_massive-item {
	margin-bottom: 8px;
}
.text_massive-wrapper b,
.text_massive-wrapper i,
.text_massive-wrapper a {
	color: #00aeaf;
}
.text_massive-wrapper a:hover,
.text_massive-wrapper a:focus, 
.text_massive-wrapper a:active,
.text_massive-name {
	color: #ed0000;
}
.text_massive-item span {
	text-align: justify;
}
.text_massive-item li {
	list-style-image: url(./img/chevron-right-solid.svg); 
	margin-left: 20px;
}
.text_massive-item img {
	display: block;
	margin: 10px auto;
}
@media (min-width: 0) and (max-width: 767px) {
	.text_massive-wrapper {
		word-break: break-all;
	}
}
