.main__info .info {
	max-width: 860px
}


.editor .gallery {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	
}
.editor p img {
	height: auto;

}



.editor .gallery a {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	display: grid;
	transition: .3s;
	border-radius: 5px;
	
}
.editor .gallery a:hover {
	box-shadow: 0 0 15px #3335;
}
.editor .gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.specialist__wrap {
	background-size: auto;
}




@media(max-width:840px) {
	.category__list {
		grid-template-columns: 1fr 1fr;
	}
}

@media(max-width:640px) {
	.category__list {
		grid-template-columns: 1fr;
	}
	
	.editor .gallery {
		gap: 5px;

	}
}