.thumbnail .box .novp {
margin-bottom: -15px;
width: 180px;
margin-left: 80px;
white-space: nowrap;
text-align: center;
color: #377464 !important;
background: #f1d099;
}
hr {
  width: 60%;
  border: 4px solid #61dbac;
  float: left;
  border-radius: 50%;
}
.h-i {
padding: 30px 0 0 40px;
width: 70%;
}
.block-shar {
     display: flex;
     align-items: center;
     justify-content: center;
}
.block-shar img {
    width: 100%;
    max-width: 600px;
    height: auto;
}
@media (max-width: 768px)  {
.h-i {
width: 100%;
}
.block-shar {
    display: block;
}
}