/**
 * Custom CSS – własne style.
 * Ładuje się po theme-overrides.css, więc możesz nadpisywać style motywu.
 */

/* Tutaj dodawaj swój kod CSS */

.arch-buttons .is-simple-button:hover {
    border-color: #1f1f1f;
}
.image-40{
	width:100%;
	height:100%;
	object-fit: cover;
}
.image-42,
.image-41 {
    height: auto;
}
.person-item-box.with-space {
    margin-top: 1%;
    margin-bottom: 1%;
}