.contact_banner {
  padding: 95px 0 50px;
  /* padding: 95px 0 50px !important; */
}
.contact_banner h1 {
  color: var(--title_color);
  font-size: 54px;
  font-weight: 700;
  line-height: 74px;
}
.contact_banner p {
  color: #374151;
  font-size: 22px;
  line-height: 38px;
  margin: 22px 0 30px;
}
.contact_banner .flex {
  gap: 58px;
}
.contact_banner .button {
  font-size: 20px;
  padding: 17px 60px;
}
.contact_banner .phone {
  color: var(--title_color);
  font-size: 20px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  width: max-content;
  align-items: center;
  position: relative;
  top: 4px;
  transition: all 0.3s;
}
.contact_banner .phone:hover {
  color: var(--theme_color);
}
.contact_banner .phone i {
  display: block;
  width: 35px !important;
  height: 35px !important;
  margin-right: 10px;
  background: url(../img/cphone.svg) no-repeat center / contain;
}
.contact_infos {
  background-color: #f8f8f8;
  padding: 50px 0 100px;
}
.contact_infos ul {
    justify-content: center;
    display: flex;
    gap: 5rem;
}
.contact_infos ul li {
  width: 31.777%;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 8px;
}
.contact_infos ul li a {
  height: 100%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 40px 9.49% 40px;
}
.contact_infos ul li:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.contact_infos ul li:hover .button {
  color: var(--theme_color);
  background-color: transparent;
}
.contact_infos ul li i {
  display: block;
  width: 62px;
  height: 62px;
  background: no-repeat left center / contain;
}
.contact_infos ul li h2 {
  color: #232323;
  font-size: 30px;
  font-weight: 500;
  margin: 38px 0 22px;
}
.contact_infos ul li p {
  color: #7f7f7f;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  flex: 1;
}
.contact_infos ul li .button {
  font-size: 20px;
  padding: 15px 49px;
}
.contact_inquiry {
  padding: 5rem 0 6rem;
}
.contact_inquiry .inquiry_form {
  max-width: 60%;
  margin: 55px auto 0 auto;
}
.contact_inquiry .inquiry_form iframe{
  height: 700px;
}
.contact_more {
  background-color: #eff6ff;
}
.contact_more .head i {
  width: 67px;
  height: 67px;
  background-image: url(../img/contact-more.svg);
}
.contact_more .head .button {
  padding: 14px 39px;
}
