
#about-conffab {
	background-color: black;
	color: white;
	padding-inline: 20%;
	text-align: center;
}

#about-conffab h2 {
	font-size: var(--font-size-x-large);
	line-height: 1.2;
}

#about-conffab h3 {
	line-height: 1.1;
}

#about-conffab p:last-child {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;

}

@media all and (max-width: 720px) {
	#about-conffab {
		padding-inline: 6%;
	}
}