.penci_nav_right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.top-instagram {
	display: inline-flex;
	align-items: center;
}

.top-instagram a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	line-height: 1;
}

.top-instagram a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.top-instagram-mobile a,
.top-instagram-mobile i {
    color: #fff !important;
}

.top-instagram a:hover {
	opacity: 0.75;
}