/**
 * ps_scholar info
 * ps_scholar uses ps_tiger for base styling
 */
/** @ Base
 * ================================================================================
*/
/** @ Elements
 * ================================================================================
*/
/** @ Components
 * ================================================================================
*/
.header-phones {
  display: flex;
  flex-direction: column;
}

.header-phone {
  position: relative;
  padding: 0 1em 0.5rem 2.25em;
  border-bottom: none;
}
.header-phone:not(:last-child) {
  border-bottom: 1px dotted #999999;
}
.header-phone .fas,
.header-phone .fa-solid {
  position: absolute;
  left: 0.4rem;
  top: 0.5rem;
  font-size: 24px;
  color: #A92F0F;
  transform: rotate(90deg);
}
.header-phone h4 {
  margin-bottom: 0;
}

@media (min-width: 36rem) {
  .header-phones {
    display: flex;
    flex-direction: row;
  }
  .header-phone:not(:last-child) {
    border-bottom: none;
    border-right: 1px dotted #999999;
  }
}
/** @ Layout
 * ================================================================================
*/

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