.text-tabs .tabs {
	border-bottom: none;
}

.text-tabs .tab-title:after {
	background: var(--orange-one);
}

.text-tabs .tab-title:hover {
	color: var(--orange-one);
}

.text-tabs .tab-title a {
	color: var(--orange-one);
	font-size: 20px;
	text-transform: lowercase;
}

#about-1 h3, #about-2 h3, #about-3 h3 {
	display: inline-block;
	margin-left: 10px;
}
.team-photo {
	max-width: 85%;
	max-height:80%;
	margin-bottom: 40px;
}
section.about{
	padding:96px 0;
}
