.contact_us_page .section.contact_us_page_section .container {
  padding: 35px 4%;
}
.contact_us_page .section.contact_us_page_section .container .contact_us_content .map_box {
  width: 100%;
  margin-right: 3%;
}
.contact_us_page .section.contact_us_page_section .container .contact_us_content .map_box img {
  width: 100%;
  object-fit: cover;
}
.contact_us_page .section.contact_us_page_section .container .contact_us_content ul.contact_us_list {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.contact_us_page .section.contact_us_page_section .container .contact_us_content ul.contact_us_list li {
  min-width: 50%;
  overflow: hidden;
  margin-bottom: 12px;
}
.contact_us_page .section.contact_us_page_section .container .contact_us_content ul.contact_us_list li p, .contact_us_page .section.contact_us_page_section .container .contact_us_content ul.contact_us_list li a {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #D3993C;
  display: flex;
}
.contact_us_page .section.contact_us_page_section .container .contact_us_content ul.contact_us_list li p span, .contact_us_page .section.contact_us_page_section .container .contact_us_content ul.contact_us_list li a span {
  margin-right: 12px;
  flex-shrink: 0;
}
.contact_us_page .section.contact_us_page_section .container .contact_us_content ul.contact_us_list.bottom_list li p, .contact_us_page .section.contact_us_page_section .container .contact_us_content ul.contact_us_list.bottom_list li a {
  color: inherit;
}
