/* Syedra doctor profile responsive contact fixes */
.st-doctors-info-right .st-footer-contact-list li {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.st-doctors-info-right .st-footer-contact-list li span {
  flex: 0 0 70px;
  min-width: 70px;
}

@media screen and (max-width: 575px) {
  .st-doctors-info-right .st-footer-contact-list li {
    display: block;
  }

  .st-doctors-info-right .st-footer-contact-list li span {
    display: block;
    margin: 0 0 4px;
  }
}
