/**
 * @file
 * Contact information.
 *
 * Provides styles for the contact information block.
 */

.contact-information__logo {
  width: 225px;
  margin-block-end: 0.5rem;
}

.contact-information__text p {
  margin-block: 0;
}
