#customersTalkDog::before{background-color:#fbeaf2;}
#customersTalkDog::after{border-color:#fff;}
#customersTalkDog .left h1 {color: #e198b9;}
#customersTalkDog .pet-club{color: #e198b9;}
#customersTalkDog .pet-club::before{background-image: url("../img/add/instagram3.svg");}
#customersTalkDog .center p::after{content: "03";color:#fff;}
@media only screen and (max-width:900px){
	#customersTalkDog .left h1{
		margin-right:-30px;
		margin-left:-30px;
	}
	#customersTalkDog .center{
		width:294px;
		display:grid;
		grid-template-columns:140px 140px;
		grid-template-rows:auto auto;
		column-gap:14px;
		transform:translateX(calc(50% - 147px));
	}
	.customers_talk .center img,
	.customers_talk .right img{
		grid-column:1 / 2;
		grid-row:1 / 3;
	}
	.customers_talk .center p{
		grid-column:2 / 3;
		grid-row:1 / 2;
		margin-top:0;
		margin-bottom:0;
	}
	.customers_talk .center p::after,
	.customers_talk .right p::after{
    bottom: -100px;
    left: -82px;
	}
	.my-btn{
		grid-column:2 / 3;
		grid-row:2 / 3;
	}
	#column--area{
		margin-top:136px;
		background-image: url("../img/add/column--area/sp/bg2.webp");
	}
}
@media only screen and (min-width:900.02px) {
	.customers_talk{margin-bottom:60px;}
	.customers_talk .left h1{font-size:7.2rem;}
	.customers_talk .left p{margin-right:50px;}
	#column--area{
		margin-top:136px;
		background-image: url("../img/add/column--area/bg2.webp");
	}
}
