p{
  margin: 0 auto 2rem auto;
  color: var(--color-gray);
}

.facility-img{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.facility-img img{
  height: 5rem;
}

.address{
  margin: 2rem auto;
}

.address p{
  margin-bottom: 0.3rem;
}

.address p span{
  color: var(--color-white);
}