.business_listing_review .image_section {
  width: 100%;
  text-align: center;
}
.business_listing_review {
  position: relative;
}
.business_listing_review::before {
  background-image: url(../svg/group%20204.svg.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 150px;
  content: "";
  height: 62px;
  left: 40px;
  position: absolute;
  width: 62px;
}
.business_listing_review::after {
  background-image: url(../svg/corner_shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  content: "";
  height: 86px;
  top: 0;
  position: absolute;
  width: 148px;
}
.business_listing_review .business_info h5 {
  text-align: center;
  font-size: 22px;color:#000000;
  font-weight: 700;
  line-height: 1.2;
  margin: 30px 0 0;
  padding: 0 50px;
}
.business_listing_review h3 {
  margin:0 0 14px;  text-transform: uppercase;  font-size: 22px;
}
.detail_section {
  margin:60px 0 0;
}
.detail_section .topic_no {
  position: absolute;
  margin-left: 90px;
  z-index: 2;
}
.detail_section .topic_no span {
  background:#18C213;
  color: #fff;
  width: 37px;
  height:37px;
  display: table;
  border-radius: 100%;
  text-align: center;
  line-height:37px;
  font-size: 22px;
  font-weight:700;
}
.detail_section .image_section {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap; 
  flex-wrap: wrap;
  width: 260px;
  height: 260px;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #18C213;
  box-shadow: 0 2px 24px rgba(0, 0, 0, .24);
}
.detail_section .image_section img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.detail_section .image_section:hover img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.business_listing_review {
  overflow: hidden;
}
.detail_section .image_section img {
  width: 100%;
}
@media (max-width:767px) {
  .detail_section .topic_no {
    margin-left: 0;
    left: 20%;
  }
  .image_section {
    width: 100%;
    text-align: center;
  }
  .business_info h5 {
    font-size: 16px;
    width: 100%;
    margin: 15px 0 30px;
  }
  .business_listing_review:after, .business_listing_review:before {
    display: none;
}
  .detail_section .topic_no {
    left: 37%;
}
}

@media (max-width: 575.98px) {
  .detail_section .topic_no {
    left: 32%;
}
  .business_listing_review .business_info h5 {
    padding: 0 18px;
}
}
@media (max-width: 420.98px) {
  .detail_section .topic_no {
    left: 27%;
}
}
@media (min-width:430px) and (max-width:767px) {
/*   .detail_section .topic_no {
    margin-left: 0;
    left: 26%}
} */
@media (min-width:768px) and (max-width:991px) {
  .detail_section .image_section {
    width: 190px;
    height: 190px;
  }
  .business_info h5 {
    font-size: 16px;
    width: 100%;
    padding: 0 0;
    max-width: 100%}
  .business_listing_review .business_info h5 {
    padding: 0 40px;
}
}
@media (min-width:992px) and (max-width:1199px) {
  .detail_section .topic_no {
    margin-left: 50px;
  }
  .business_info h5 {
    font-size: 20px;
    padding: 0 20px;
  }
  .business_listing_review .business_info h5 {
    padding: 0 32px;
}
}