img.alignleft {
  margin: 30px 30px 30px 0;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

.single-post-wrapper ul {
  overflow: hidden;
  padding-left: 20px;
}

.need-consult-subheader {
  color: #28231e;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.need-consult-header {
  text-transform: uppercase;
  text-align: center;
  font-family: RobotoBold;
  font-size: 2em;
}

.single-consult-btn {
  text-align: center;
  color: #f9f9f9;
  width: 220px;
  height: 45px;
  font-size: 1em;
  font-family: RobotoBold;
  background: rgba(0, 0, 0, 0.7);
  line-height: 45px;
  text-transform: uppercase;
  margin: auto;
  margin-bottom: 20px;
}

.single-consult-btn:hover {
  cursor: pointer;
  background: #010100;
}

.single-consult-btn:active {
  background: black;
}
