/**
 * pj-expert
 **/
.pj-expert {
  font-size: 24px;
  line-height: 33px;
  background-color: #E1E7D1;
  padding: 30px 20px;
  max-width: 400px;
  margin: 0 auto;
}

.pj-expert-photo-border {
	border: 1px solid #b9b8b8;
	border-radius: 70px;
	height: 140px;
	width: 140px;
  display: inline-block;
}

.pj-expert-photo {
  border: 1px solid #b9b8b8;
  border-radius: 65px;
  height: 126px;
  overflow: hidden;
  width: 126px;
  margin-left: 6px;
  margin-top: 6px;
}

.pj-expert-info {
  display: inline-block;
  padding: 0 0px 0 30px;
  color: #000000;
}

.pj-expert-title {
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 8px;
}

.pj-expert-phone {
  font-weight: bold;
  font-size: 36px;
}

.pj-expert-phone::before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
  margin-left: -33px;
  padding-right: 1px;
}

.pj-expert-bottom {
  text-align: center;
}

.pj-expert-submit {
  background-color: #439539;
  color: white !important;
  display: inline-block;
  font-weight: bold;
  padding: 9px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  margin: 23px 0 0;
}

a.pj-expert-submit:hover {
  background-color: #317d28;
  color: white;
}

.review .pj-expert-top { text-align: center; }
.review .pj-expert-photo { margin-bottom: 10px; }
.review .pj-expert-info { padding: 0; }
.review .pj-expert-phone::before { display: none; }
.review .pj-expert-submit { padding: 9px 10px; }


@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 479px) {
  .pj-expert-top { text-align: center; }
  .pj-expert-photo { margin-bottom: 10px; }
  .pj-expert-info { padding: 0; }
  .pj-expert-phone::before { display: none; }
  .pj-expert-submit { padding: 9px 10px; }
}