.Contact {
  max-width: 35rem;
  background: var(--colorShadeBgLight);
  border-radius: 1.5rem 0;
}

.Contact-inner {
  display: flex;
  flex-flow: column;
  padding: 2.25rem 1.5rem 0.25rem;
}

@media (min-width: 36.01rem) {
  .Contact-inner {
    padding: 2.25rem 2.5rem 0.25rem;
  }
}

.Contact-innerText {
  font-size: var(--textSm);
}

.Contact-button {
  margin-top: 2rem;
}

.Contact img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem 0 0 0;
}

.Contact h2 {
  margin-bottom: 10px;
}

.Contact-paragraph {
  margin-bottom: 2rem;
}

.Contact-info {
  margin-block: 2rem;
}

.Contact-info-item {
  margin-bottom: 1rem;
  text-align: left;
  display: flex;
}

.Contact-info-item svg {
  height: 2rem;
  width: auto;
  margin-top: 0.5rem;
  display: inline-block;
}

.Contact-info-item-title {
  display: block;
  margin-bottom: 0.5rem;
  color: #333;
  font-weight: 700;
}

.Contact-info-item-text {
  margin-left: 1rem;
  font-size: 1rem;
}

.Contact-info-item-telephone {
  color: var(--colorBrand);
  font-size: 1.5rem;
  font-weight: 500;
}

.Contact path {
  fill: var(--colorBrand);
}

/*# sourceMappingURL=contact.min.css.map */
