#profile{
	padding: 50px 0;
	background: var(--color-base);
}
#profile p{
	margin: 40px 0;
	line-height: 2.4;
	text-align: center;
}
#profile p:first-of-type{
	font-size: 20px;
}
#profile a{
	word-break: break-all;
}
#profile .slick-arrow::before{
	font-size: 45px;
	color: #000;
}
@media screen and (max-width:680px){
	#profile .slick-arrow{
		display: none !important;
	}
}
#profile .slick-initialized .slick-slide{
	margin: 1em 0;
	display: flex;
	justify-content: center;
}
.profile_slider picture{
	display: block;
	max-width: 350px;
	width: 90%;
	aspect-ratio: 1/1;
}
.profile_slider img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 175px;
}
#profile table{
	margin: 0 auto;
	max-width: 490px;
	width: 100%;
	border-collapse: collapse;
}
#profile tr{
	border-bottom: 1px solid var(--color-main-x-dark);
}
#profile th{
	width: 150px;
	text-align: left;
	font-weight: normal;
}
#profile th,#profile td{
	padding: 9px 0;
}
#profile a:last-child{
	margin: 40px auto 0;
	max-width: 500px;
	padding: 0.8em;
	border-radius: 9em;
	display: block;
	text-align: center;
	text-decoration: none;
	color: var(--color-base);
	background: var(--color-main-dark);
}
#profile a:last-child:hover{
	background: var(--color-main-x-dark);
}
#profile a:last-child:active{
	background: var(--color-main-xx-dark);
}
#before_and_after{
	display: flex;
	flex-wrap: wrap;
}
#before_and_after picture{
	width: 50%;
}
#before_and_after img{
	width: 100%;
}