
h1{
	text-align: center;
	letter-spacing: 0.02em;
	margin-bottom: .25em;
}

.prof{
	margin:0 auto 40px;
	text-align:center;
	max-width:750px;
	line-height: 0;
}
.prof a{
	transition: .6;
}
@media screen and (min-width:768px) {
	.prof a:hover{
		opacity: .6;
	}
}

.prof.double{
	display: flex;
	justify-content: space-around;
}
.prof.double a{
	width: 49%;
}

.prof.professional a{
	display: block;
	margin-bottom: 5px;
}

h2{
	text-align: center;
	letter-spacing: 0.02em;
	margin-bottom: .25em;
}


