.about-info__text-wrap p {
    margin: 25px 0;
}

.about-info__text-wrap h3 {
    margin: 50px 0 30px;
}

.b-spoiler {
	margin-bottom: 10px;
}

.b-spoiler__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	padding: 0 30px;
	border-radius: 3px;
	background: #dadada;
	font-size: 15px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: underline;
	cursor: pointer;
}

.b-spoiler.active .b-spoiler__header, .b-spoiler__header:hover {
	background: #0058a5;
	color: #fff;
}

.b-spoiler__body {
	display: none;
	border: 1px solid #0058a5;
	border-radius: 3px;
	padding: 40px 55px;
	margin-top: 10px;
}

.b-spoiler__body ul {
	list-style-type: disc;
}

.b-spoiler__body ul li {
	margin: 10px 0;
}