

section#facility h2{
  margin-top: 2rem;
}

p{
  margin: 0 auto 2rem auto;
}

.facility-img{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 3rem;
}

.facility-img img{
  height: 5rem;
}

.address{
  margin: 2rem auto;
}

.address p{
  margin-bottom: 0.3rem;
}

.address p span{
  color: var(--color-white);
}