.ostriym-links {
	margin: 24px 0;
}

.ostriym-links-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
    justify-content: space-between;
}

.ostriym-links-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	text-decoration: none;
	color: #000;
	min-width: 140px;
	flex: 0 0 auto;
}

.ostriym-links-img {
	width: 76px;
	height: 76px;
	object-fit: cover;
	display: block;
}

.ostriym-links-text {
	font-family: Unbounded, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

@media (max-width: 575px) {
	.ostriym-links-item {
		min-width: 120px;
		padding: 10px;
	}
}
