@charset "UTF-8";
.chu_txt {
	color: #f66;
	font-size: 0.7rem;
}

.section__experience {
	margin-top: 40px;
}
.contact__experience{
	border:#ffe989 solid 3px;
	color:#fff;
	background:#eba4a3;
	line-height:2;
	font-size:20px;
	padding: 20px 40px;
}
.contact__experience:after{
	border-right:transparent solid 2px;
	border-bottom:transparent solid 2px
}
html.notouch .contact__experience:hover{
	color:#eba4a3;
	background:#fff;
	border:#ffe989 solid 3px;
}
html.notouch .contact__experience:hover:after{
	border-right-color:transparent;
	border-bottom-color:transparent
}

@media only screen and (max-width:768px){
	.contact__experience {
		
	}
}