.screen_ya-pomogu-v-uspeshnom-reshenii h2 {
	font-family: "RobotoBlack", Arial, sans-serif;
	font-size: 4rem;
	padding: 6rem 0;
}
.screen_ya-pomogu-v-uspeshnom-reshenii .item__vopros .info {
	position: relative;
	padding-left: 2.5rem;
	font-size: 1.8rem;
	margin: 1.5rem 0;
}
	.screen_ya-pomogu-v-uspeshnom-reshenii .item__vopros .info::before {
		position: absolute;
		left: 0;
		top: calc(50% - 4px);
		content: "";
		width: 12px;
		height: 12px;
		border-radius: 100%;
		background-color: #205acc;
	}
.screen_ya-pomogu-v-uspeshnom-reshenii .list__voprosy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	.screen_ya-pomogu-v-uspeshnom-reshenii .item__vopros {
		width: 100%;
	}

@media only screen and (max-width:479px) {

}

@media only screen and (max-width:639px){
	.screen_ya-pomogu-v-uspeshnom-reshenii h2 {
		font-size: 2.4rem;
		padding: 4rem 0;
	}
	.screen_ya-pomogu-v-uspeshnom-reshenii .item__vopros .info {
		margin: 1rem 0;
	}
}

@media only screen and (min-width:640px) and (max-width:959px){
	.screen_ya-pomogu-v-uspeshnom-reshenii h2 {
		font-size: 2.4rem;
		padding: 4rem 0;
	}
	.screen_ya-pomogu-v-uspeshnom-reshenii .item__vopros .info {
		margin: 1rem 0;
	}
}

@media only screen and (min-width: 960px) and (max-width:1365px){
	.screen_ya-pomogu-v-uspeshnom-reshenii h2 {
		font-size: 3rem;
		padding: 4rem 0;
	}
	.screen_ya-pomogu-v-uspeshnom-reshenii .item__vopros {
		width: 48%;
	}

}

@media only screen and (min-width: 1366px) {
	.screen_ya-pomogu-v-uspeshnom-reshenii .item__vopros {
		width: 32%;
	}
}