.header-phone {
  position: relative; }
  .header-phone .CustomerText {
    position: absolute;
    width: 100%;
    bottom: -33px;
    color: red;
    cursor: default; }
    .header-phone .CustomerText span {
      display: inline-block;
      font-weight: 300;
      font-size: 18px; }

@media all and (max-width: 1199px) {
  .header-phone .CustomerText {
    position: inherit;
    bottom: inherit;
    font-size: 30px; } }
