#p-policy {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #879a9f;
  background-color: #fff;
  color: #000;
}
#p-policy .media-container-column {
  align-items: center;
}
#p-policy .nks-author-desc {
  display: block;
  text-align: right;
}
#p-policy .nks-testimonial {
  flex-basis: auto;
  margin-top: 1.5rem;
}
#p-policy .nks-testimonial .panel-item {
  /*background-color: #c1c1c1;
  background: linear-gradient(#c1c1c1, transparent);*/
  border-radius: 0.25rem;
  border: 0 solid rgba(255, 255, 255, 0.25);
  border-width: 0 1px 1px 0;
  box-shadow: 1px 2px 5px 0px rgba(255, 255, 255, 0.25);
}
#p-policy .nks-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 0.5rem;
}
#p-policy .nks-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  border-radius: 0;
}
#p-policy .nks-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
#p-policy .nks-testimonial .card-block p {
  margin: 0;
}
#p-policy .nks-testimonial .card-body{
  padding: 0.5rem;
}
.numlist p{
  text-indent: -1rem;
  padding-left: 1rem;
}

#p-policy .nks-testimonial .card-body.numlist p >span{
  display: inline-block;
  text-indent: 1rem;
}
#p-policy .nks-testimonial .card-footer {
  padding: 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
#p-policy .nks-testimonial .card-footer p{
  margin: 0;
}
#p-policy .nks-author-name {
  text-align: left;
}
#p-policy .nks-author-name div {
  text-align: left;
}
/*///////////////////////////header//////////////////////*/
h3,h4,h5,h6,h7{
  line-height: 1.25em;
}
h4{
  font-size: 1.25em;
}
h5{
  font-size: 1.15em !important;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
h6,h7{
  font-size:1em !important;
}
h6{
  margin-left: 0.5em;
  text-decoration: underline;
  padding-bottom: 0.5em;
}
h7{
  font-weight: 600;
  margin-left: 1em;
}
/*///////////////////////////header//////////////////////*/
.bold{
  font-weight:600;
}
.smp{
  font-size: 0.9em;
  margin-left: 1em;
}
@media (max-width: 420px) {
  body {
    font-size: 12px;
  }
#p-policy .nks-author-desc {
  text-align: left;
  font-size: 0.9em;
  }
  #p-policy .nks-testimonial {
    padding: auto 0 !important;
  }
  #p-policy .nks-testimonial .card-body{
    padding: 0rem;
  }
  #p-policy .nks-testimonial .card-footer {
    padding: 0rem;
  }
}
@media (max-width: 260px) {
  #p-policy .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
