.blog__content a {color:#e30813!important;} 
.htmlmap {margin: 0 100px;} 
 .home-main h1 {text-align:center;margin-bottom: 0;} 
    .v-product-last-review__wrap {
  border: 3px solid #f5f5f5; 
  padding: 16px 20px 17px 15px;
}
 
.v-product-last-review__triangle {
  display: inline-block;
  height: 0;
  line-height: 34px;
  text-decoration: none;
  border-left: 20px solid #f5f5f5;
  border-bottom: 20px solid #fff;
  margin-left: 14px;
  margin-bottom: -3px;
} 

.v-product-last-review__logo {
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #e8565f;
  font-size: 13px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: -14px;
  text-align: center;
}

.v-product-last-review__text {
  font-size: 13px;
}

    .prev-next {   
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
      .prev-next div {width:100%;display:block!important;}
    .prev-next .text-right {margin-left:15px;text-align:right!important;}
 @media (min-width: 768px) {
.item-pg__head h1 {
    font-size: 40px;
}
}