.appointment {
  height: 356px;
  background: url(../img/specials-d-footer-bg.png) no-repeat center;
}
.appointment .appointment_text {
  padding-top: 92px;
  width: 50%;
}
.appointment .appointment_text h2 {
  font-size: 2.625rem;
  color: #333333;
  font-weight: 600;
}
.appointment .appointment_text p {
  font-size: 1.125rem;
  color: #5b5b5b;
  margin: 20px 0 35px;
}
.appointment .appointment_text a {
  display: block;
  width: 208px;
  height: 54px;
  line-height: 54px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  background-color: #1c232f;
  transition: all 0.3s;
  border-radius: 5px;
  margin-right: 33px;
  text-align: center;
}
.appointment .appointment_text a:hover {
  background-color: #d69962;
}
.appointment .appointment_img {
  width: 50%;
  padding: 50px;
}