@media (max-width: 768px) {
	profi-section__img {
		order: 1;
	}
}


.profi-section__img:hover img {
	transform: scale(1.05);
	overflow: hidden;
}

.profi-section__img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform .35s ease;
	/* cursor: pointer; */
}

.profi-section__text .news-article__list {
    gap: 4px;
}