/* This css file is temporal white we build we work to create the 
* build process in this project. */

.header__phone-icon{
    width: 1.5rem;
    margin-top: 0.5rem;
    margin-left: 1rem;
    height: auto;
    border: none;
}
.header__phone-icon:hover{
    border: none;
}


@media screen and (max-width: 449px) {
  .header__phone-icon {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-tablet {
    display: none !important;
  }
}
