.solution_section__list {
	text-align: left;
	margin-bottom: 40px;
	font-family: Gilroy, sans-serif;
}
.solution_section__item_1 {
    padding: 10px 15px;
    margin: 0 5px;
    position: relative;
    display: inline-block;
    font-size: 22px;
	line-height: 133.3%;
	color: #989494;
    transition: 0.2s;
	font-weight: normal;
	cursor: pointer;
	transition-property: background-color, border-color;
}
.solution_section__item_1.active,
.solution_section__item_1 :hover {
	color: #AB3362;
}
.solution_section__title {
	padding-left:0;
	margin-left: 0;
	font-weight: 500;
	font-size: 28px;
	line-height: 126.8%;
	color: #0B0B0B;
}