@import url("./style.css");

/* Stranka o nas */

.about-grid {
	align-items: stretch;
}

.about-grid .panel {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	height: 100%;
}

.about-grid .panel .btn {
	margin-top: auto;
	align-self: flex-start;
}

@media (max-width: 1024px) {
	.about-grid .panel {
		height: auto;
	}
}
