

.review-head h1 {font-size: 44px; color: #000000; font-family: Extrabold_800;width:100%;float:left;margin: 30px 0;}
.th_item{padding:20px;width:100%;background:#fff;box-shadow:0 0 12px rgba(128, 187, 1, 0.5);margin-bottom:30px;position:relative;overflow:hidden;}
.th_item:before{position:absolute;top:-23%;right:-18%;background:#ff6162;width:174px;height:174px; border-radius:100%;content: '';background-image:url("https://www.thecandleboxes.com/wp-content/themes/candle/assets/images/quote_icon.webp");
background-repeat:no-repeat;background-position: 32px 100px;transition:0.3s;} 
.th_item h5{font-size:22px; text-align: center; font-family: Bold_700;}
.th_item h6{font-size:14px;color:#535353;margin:15px 0;font-weight:400;text-align: center;}
.th_item span{width:100%;text-align:center;float:left;color:#ff9340;height:25px;}
.th_item p{margin-top:20px;text-align:center;color:#535353;float:left;height:150px;overflow-y:auto;}
.th_review_btn {width: 100%; float: left;justify-content: center;display: flex;margin: 50px 0;}
.th_review_btn a {background-color: #ff6162; padding: 18px 20px; color: #fff; font-family: semibold_600;border-radius: 5px}

@media only screen and (max-width: 767px){
.th_item h5 {font-size: 18px}
}
@media only screen and (max-width: 475px){
    .review-head h1 {font-size: 30px;}
    .th_item h5 {font-size: 18px;margin-top: 30px; }
    .th_item p {font-size: 14px;margin-top: 10px;}
    .th_review_btn {margin:25px 0;}
}