.image_contact {
  width: var(--baseWidth);
  max-width: var(--maxWidth);
  margin: 0 auto;
}
.image_contact > img {
  display: block;
  border-radius: 10px;
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .image_contact > img {
    height: auto;
  }
}
.image_contact .contact_section {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  padding: 40px;
  border-bottom: 4px solid var(--mainColor);
  max-width: 490px;
  margin-left: 25px;
  margin-top: -180px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1130px) {
  .image_contact .contact_section {
    width: 94%;
    margin-left: 3%;
  }
}
@media (max-width: 1024px) {
  .image_contact .contact_section {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .image_contact .contact_section {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .image_contact .contact_section {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.image_contact .contact_section .intro_section {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--backgroundColor);
}
.image_contact .contact_section .intro_section .title_section {
  display: flex;
  align-items: center;
}
.image_contact .contact_section .intro_section .title_section > img {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: block;
  margin-right: 15px;
}
.image_contact .contact_section .text .wp-block-table {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.image_contact .contact_section .text table {
  table-layout: auto;
}
.image_contact .contact_section .text table tr td {
  border: none;
  line-height: 34px;
}
.image_contact .contact_section .text table tr td:first-child {
  white-space: nowrap;
  word-break: keep-all;
  padding: 0 !important;
}
.image_contact .contact_section .text table tr td:last-child {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 30px !important;
}
.wp-block-columns .image_contact, .px-frame-layout .image_contact, .accordion-content .image_contact, .tab_wrapper .image_contact {
  width: 100%;
}
