.testimony.ref01 .wrapper-page{padding-top: 0;padding-bottom: 0;}
.testimony.ref01 .share-testimony{text-align: center;}
.testimony.ref01 .container-list .row .column{padding-top: 10px;}
.testimony.ref01 .container-list .row .column:first-child{padding-top: 0;}
.testimony.ref01 .container-list .row .column.hidden-testimony {display: none;}
.testimony.ref01 .testimony-holder{padding: 15px;background: whitesmoke;}
.testimony.ref01 .testimony-holder .header p {text-transform: none;}
.testimony.ref01 .testimony-holder .header{position: relative;float: left;width: 200px;padding: 15px 30px 0 0;}
.testimony.ref01 .testimony-holder .desc{position: relative;float: left;width: calc(100% - 200px);padding: 15px;background: #FFF;}
.testimony.ref01 .testimony-holder .desc:before{content: '';position: absolute;top: 14px;left: -17px;width: 0;height: 0;border-top: 15px solid #FFF;border-left: 17px solid transparent;}
.testimony.ref01 .testimony-holder .desc:after{content: '';position: absolute;top: -15px;left: 0;display: none;width: 0;height: 0;border-bottom: 15px solid #FFF;border-right: 15px solid transparent;}
.testimony.ref01 #more-notice {text-align: center;}

@media screen and (max-width: 767px){
	.testimony.ref01 .share-testimony .button{width: 100%;}
	.testimony.ref01 .testimony-holder .header{float: none;width: 100%;padding-bottom: 20px;}
	.testimony.ref01 .testimony-holder .desc{float: none;width: 100%;}
	.testimony.ref01 .testimony-holder .desc:before{display: none;}
	.testimony.ref01 .testimony-holder .desc:after{display: block;}
}