    #wrapper_review_images .pd-review-title{
      color:rgb(24, 24, 24);
    }
    #wrapper_review_images .pd-review-subtitle{
      color:rgb(24, 24, 24);
    } 
    @media screen and (min-width:768px) {
      #wrapper_review_images .pd-review-title{
        font-size:20px;
      }
      #wrapper_review_images .pd-review-subtitle{
        font-size:16px;
      }
    }
    @media screen and (max-width:768px) {
    }

/* index_css  start */
.more-button {
  margin-top: var(--more-button-top,var(--v-space));
  text-align: var(--more-button-text-align,center);
}

.list-more-button {
  margin: calc(var(--list-more-top ,var(--h-space)) - var(--h-space)) 0 var(--h-space);
  text-align:var(--list-more-text-align, center);
}

@media screen and (max-width: 767px) {
  .list-more-button {
    --list-more-top: 15px;
  }
}
/* index_css  end */


.imgtxt-single,
.imgtxt-list-item ,
.image-slide-list .imglist-img-box {
    border-radius: 8px;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.imgtxt-single:hover ,
.imgtxt-list-item:hover ,
.image-slide-list .imglist-img-box:hover {
  border: 1px solid var(--theme-border-color);
}

@media screen and (max-width: 768px) {
  [data-section-type="imgtxt_icon"] {
    --imgtxt-icon-title-text-align:center;
  }

  .imgtxt-single,
  .imgtxt-list-top ,
  .image-slide-list .imglist-img-box {
    border-radius: 8px;
    padding: 4px;
  }

  .imgtxt-icon-item {
    flex-direction: column;
  }

  .imgtxt-list-title {
    font-size: 22px;
  }
}


    #wrapper_review_videos .pd-review-title{
      color:rgb(24, 24, 24);
    }
    #wrapper_review_videos .pd-review-subtitle{
      color:rgb(24, 24, 24);
    } 
    @media screen and (min-width:768px) {
      #wrapper_review_videos .pd-review-title{
        font-size:20px;
      }
      #wrapper_review_videos .pd-review-subtitle{
        font-size:16px;
      }
    }
    @media screen and (max-width:768px) {
    }

