.contact-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  gap: 100px;
  padding: 100px 0px;
  align-items: center;
}

@media (min-width: 768px) {
  .contact-block {
    flex-direction: row;
  }
  .contact-image {
    max-width: 40%;
  }
}
.contact-image {
  flex: 1 1 300px;
  max-width: 50%;
}

.contact-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.contact-info {
  flex: 2 1 500px;
}

.contact-section {
  margin-bottom: 1.5rem;
}

.contact-section h2,
.contact-section h3 {
  margin-bottom: 0.25rem;
  font-size: 1.2rem;
  color: black;
}

.contact-section h3 {
  color: black;
}

.contact-section p {
  margin: 0.25rem 0;
  line-height: 1.5;
}

.contact-section p a {
  color: var(--link-color, #0066cc);
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-section p a:hover {
  color: var(--link-hover-color, #004499);
  text-decoration: underline;
}

.contact-info hr {
  margin: 1.5rem 0;
  border: 0;
  height: 1px;
  background-color: var(--border-color, #ddd);
}

.page-id-151 .contact-block, .page-id-472 .contact-block, .page-id-474 .contact-block {
  padding-top: 200px;
}

.contact-section.contact_intro h2 {
  font-family: "Boska", serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}

.contact-section.contact_intro p {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.contact-section.contact_tel h3 {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.contact-section.contact_mail h3 {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.contact-section.contact_name h3 {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.contact-section.contact_name {
  margin-bottom: unset;
}

.contact-section.contact_tel a {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #207F30;
}
.contact-section.contact_tel a:hover {
  color: #207F30;
}

.contact-section.contact_mail a {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #207F30;
}
.contact-section.contact_mail a:hover {
  color: #207F30;
}

.contact-section.contact_name p, .contact-section.contact_house p {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}

@media only screen and (max-width: 1400px) and (min-width: 1000px) {
  .contact-image {
    flex: unset;
  }
  .contact-image img {
    width: 100%;
  }
  .contact-block {
    flex-wrap: unset;
  }
}
@media only screen and (max-width: 999px) and (min-width: 800px) {
  .contact-image {
    flex: unset;
  }
  .contact-image img {
    width: 100%;
    height: 500px;
  }
  .contact-block {
    flex-wrap: unset;
    gap: 50px;
  }
}
@media only screen and (max-width: 799px) and (min-width: 550px) {
  .contact-image {
    flex: unset;
    max-width: 100%;
    width: 100%;
  }
  .contact-image img {
    width: 100%;
    height: 500px;
  }
  .contact-block {
    gap: 50px;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 549px) {
  .contact-image {
    flex: unset;
    max-width: 100%;
    width: 100%;
  }
  .contact-image img {
    width: 100%;
    height: 350px;
  }
  .contact-block {
    gap: 50px;
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=contact_information.css.map */