.image img {
  max-width: 27%;

}

.personal-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.personal-info li .text {
  color: #8e8e8e;
  display: block;
  overflow: hidden;
}

//.left {
//  border-right: 2px dashed #928383;
//}
.title {
  display: block;
  width: 6em;
  float: left;
  font-weight: 500;
}

.text {
  font-weight: 500;
}

ul.personal-info li {
  margin-bottom: 1em;
}

.badge-light {
  color: #010c17;
  background-color: #e2e9f1 !important;
  font-size: 15px !important;
}

.p-height {
  min-height: 368px;
  margin-bottom: 0.7em;
}

.p-r0 {
  padding-right: 0px !important;
}

.padding-right {
  padding-right: 0.7em;
}

.image {
  text-align: center !important;
}

//media screen
@media only screen and (max-width: 1600px) {
  .image img {
    width: 10em;
    height: 10em;
  }

}

@media only screen and (max-width: 780px) {
  .left {
    border-right: 0;
    border-bottom: 2px dashed #928383;
  }

}