/**
 * Why Piano Techniques
 *
 * Generated by Dreamz Page Builder on 2026-07-21.
 */

.why-piano-techniques {
	margin-top: 45px;
	position: relative;
}

.why-piano-techniques::before{
	content: "";
	background-image: url(../images/why-piao-pattern.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	width: 450px;
	height: 240px;
	top: 20px;
	left: 0px;
	background-position: left;
}
.why-piano-techniques::after{
	content: "";
	background-image: url(../images/why-piao-pattern-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	width: 450px;
	height: 240px;
	top: 20px;
	right: 0px;
    opacity: 0.1;
	background-position: right;
}

.why-piano-techniques .title{
	max-width: 650px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 30px;
}

.why-piano-techniques .title h2{
    max-width: 530px;
    text-align: center;
    margin: 0 auto 10px auto;
}
.why-piano-techniques .title p:last-child{
	margin-bottom: 0px;
}
.approach-box-title{
	border-radius: 20px 20px 0 0;
	background: #B28B50;
	color: var(--white);
	padding: 14px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
}

.approach-box-wrap{
	display: flex;
	flex-wrap: wrap;
}

.approach-box-left{
	width: 50%;
}

.approach-box-right{
	width: 50%;
}
.approach-box-left .title{
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    color: var(--black);
    border-top: 1px solid #E8DCD0;
    border-bottom: 1px solid #E8DCD0;
    border-left: 1px solid #E8DCD0;
    background: #F9F2EB;
    padding: 12px 15px;
    text-align: center;
    margin: 0px;
	font-family: var(--font-cormorant-garamond);
	max-width: 100%;
}

.approach-box-left .title::after{
    content: "";
    width: 70px;
    height: 3px;
    background: #BD0404;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}
.approach-box-right .title{
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    color: var(--black);
    border-top: 1px solid #E8DCD0;
    border-bottom: 1px solid #E8DCD0;
    border-left: 1px solid #E8DCD0;
	border-right: 1px solid #E8DCD0;
    background: #FFF5EB;
    padding: 12px 15px;
    text-align: center;
    margin: 0px;
	font-family: var(--font-cormorant-garamond);
	max-width: 100%;
}

.approach-box-right .title::after{
    content: "";
    width: 70px;
    height: 3px;
    background: #009E0B;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}

.left-side-items{
	border-bottom: 1px solid #E8DCD0;
	border-left: 1px solid #E8DCD0;
	border-right: 1px solid #E8DCD0;
	background: #F9F2EB;
	padding: 13px;
}

.right-side-items{
	border-bottom: 1px solid #E8DCD0;
	border-right: 1px solid #E8DCD0;
	background: #FFF5EB;
	padding: 13px;
}
.left-side-items p,.right-side-items p{
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	padding-left: 65px;
	line-height: normal;
}

.left-side-items p::before{
	content: "";
	position: relative;
	width: 22px;
	height: 22px;
	background-image: url(../images/red-check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin-right: 15px;
	flex-shrink: 0;
}
.right-side-items:last-child{
	border-radius: 0 0 20px 0;
}
.left-side-items:last-child{
	border-radius: 0px 0px 0px 20px;
}


.right-side-items p::before{
	content: "";
	position: relative;
	width: 22px;
	height: 22px;
	background-image: url(../images/check-green.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin-right: 15px;
	flex-shrink: 0;
}

.why-piano-techniques .small-title{
	margin: 0 auto 10px auto;
}
@media only screen and (max-width:1500px) {
	.testimonial::after,.testimonial::before{
		width: 340px;
	}
}
@media only screen and (max-width:1199px) {
	.left-side-items p, .right-side-items p{
		padding-left: 0px;
		min-height: 55px;
	}
	.why-piano-techniques::after,.why-piano-techniques::before{
	    width: 300px;
        top: 0px;
	}
}
@media only screen and (max-width:991px) {
	.why-piano-techniques::after,.why-piano-techniques::before{
		width: 200px;
		height: 150px;
	}
}
@media only screen and (max-width:767px) {
	.approach-box-left {
		width: 100%;
	}
	.approach-box-right {
		width: 100%;
	}
	.approach-box-title{
		font-size: 16px;
		padding: 14px;
		border-radius: 15px 15px 0 0;
	}
	.why-piano-techniques .title{
		padding-bottom: 20px;
	}
	.approach-box-left .title {
		font-size: 24px;
		padding: 13px 15px;
		border-right: 1px solid #E8DCD0;
	}	
	.approach-box-right .title{
		padding: 15px;
	}
	.left-side-items p, .right-side-items p{
		min-height: auto;
	}
	.left-side-items:last-child {
		border-radius: 0px;
		border-bottom: 0px;
	}
	.right-side-items:last-child {
		border-radius: 0px 0px 15px 15px;
	}
	.approach-box-right .title,.approach-box-left .title{
		font-size: 22px;
	}
	.left-side-items p::before,.right-side-items p::before{
		width: 20px;
		height: 20px;
		margin-right: 12px;
	}
	.approach-box-left .title::after,.approach-box-right .title::after{
		margin-top: 10px;
	}
	.right-side-items{
		border-left: 1px solid #E8DCD0;
	}
	.why-piano-techniques::before,.why-piano-techniques::after {
		display: none;
    }
}