/**
 * DoDEA Base theme custom styles.
 */

.reion_lead_contact_card{
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.info-card:nth-child(even){
  background-color: #ececec;
}
.info-card:nth-child(odd){
  background-color: white;
}
