
.testimonials_gallery .media_box {
  position: relative;
  background: #ddd;
  border-radius: 30px;
  margin-bottom: 45px;
  padding: 25px 30px;
  overflow: hidden;
}
.testimonials_gallery .media_name {
  font-weight: bold;
  font-size: 17px;
}
.testimonials_gallery .media_sub_name {
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;
}
.testimonials_gallery .media_d {
  grid-area: 2 / 2 / 9 / 3;
}
.testimonials_gallery .media_img {
  width: 20%;
}
.testimonials_gallery .media_box:nth-child(odd) .media_img {
  float: left;
  margin-right: 20px;
}
.testimonials_gallery .media_box:nth-child(even) .media_img {
  float: right;
  margin-left: 20px;
}
.testimonials_gallery .item_img_frame {
  margin: 0;
  padding: 0;
  border-radius: 100%;
  overflow: hidden;
}
.testimonials_gallery .item_img_frame img.item_img {
  width: 100%;
  display: block;
}
