#docter_box {
    border: none !important;
}
.doctor_block {
    width: 90%;
    max-width: 600px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}
  .doctor_block .photo {
    width: 120px;
    float: left;
    text-align: center;
}
  
  .doctor_block .photo p {
    font-size: 13px;
    line-height: 1.4;
}
  .doctor_block .photo img {
    margin-bottom: 15px;
}
  .doctor_block .right {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    margin-left: 15px;
}

.footer-copy{
  padding-bottom: 70px !important;
}

#footer{
    border: none !important;
}

.p-footer{
    border: none !important;
}

.p-footer__cta{
	display: none;
}
@media (min-width: 768px) {
  .doctor_block .right {
      line-height: 2.3;
   }
  .footer-copy{
    padding-bottom: 10px !important;
  }
  .footer address {
    font-size: 13px;
    margin-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    font-style: normal;
    text-align: center;
  }
}
  