
.page-template-template-about #masthead,
.body--inner.page .site-header{
	background-color: #fff!important;
}

.peppel-work a{
	transition: all 0.2s ease;
	position: relative;
	display: block;
}
.peppel-work a:hover{
	text-decoration: none!important;
	transform: translateX(10px);
		transition: all 0.2s ease;

}