.ma_contact_box {
  display: flex;
  align-items: center;
  padding: 7px;
  background: #fff;
  border-radius: 10px;
  animation: play 2s ease infinite;
  border: 1px solid #ff620f;
  position: relative;
}
.ma_contact_box .image img {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.ma_contact_box .content {
  padding-right: 10px;
}
.ma_contact_box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@keyframes play {
  0% {
    /*transform: scale(1);*/
  }
  15% {
    box-shadow: 0 0 0 5px rgba(255, 98, 15, 0.4);
  }
  25% {
    box-shadow: 0 0 0 10px rgba(255, 98, 15, 0.4), 0 0 0 20px rgba(255, 98, 15, 0.2);
  }
  25% {
    box-shadow: 0 0 0 15px rgba(255, 98, 15, 0.4), 0 0 0 30px rgba(255, 98, 15, 0.2);
  }
}

/*# sourceMappingURL=style_public.css.map */
