﻿.presence_lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .presence_lead {
    text-align: left;
  }
}