h3 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 500 !important;
}

.fas,
.far {
  font-size: clamp(0.875rem, 3vw, 1.125rem) !important;
}

p {
  font-size: clamp(0.875rem, 3vw, 1.125rem);
}

.address,
.email,
.phone {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .address,
  .email,
  .phone {
    margin-bottom: 42px;
  }
}


