/* ============ About ============ */

.h-about-top {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.5rem;
}

.h-a-top-left {
	grid-column: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.h-about-img {
	grid-column: 2;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	object-fit: cover;
}

/* ============ @Medias ============ */

@media (max-width: 960px) {

}

@media (max-width: 768px) {
	
}