.row_staff { --bs-gutter-x: 24px; }
.row_staff .col_staff .inner {
	border-radius: 9px;
	border: 1px solid var(--eti-color-one);
	background: transparent;
	padding: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.row_staff .col_staff img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 10px;
}