.contact_area {
  padding-bottom: 120px;
  /* background-color: #f8fafc; */
}

.contact_banner {
  height: 420px;
  position: relative;
  overflow: hidden;
}

.contact_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/contact_banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.8);
  z-index: -1;
}

.contact_location {
  position: absolute;
  width: 1200px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 0;
  display: flex;
  gap: 15px;
}

.contact_location span {
  color: #fff;
}

.contact_location a {
  transition: all 0.3s ease;
}

.contact_location a:hover {
  color: #ffb907;
}

.contact_content {
  margin: 0 auto;
}

.content_title {
  margin: 60px auto;
  width: 1320px;
}

.content_title h2 {
  font-size: 30px;
  font-weight: bold;
  padding: 12px 0;
  margin: 60px auto;
  color: rgb(0, 32, 107);
  text-align: center;
  position: relative;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.content_title h2:after {
  content: "";
  position: absolute;
  width: 210px;
  height: 5px;
  background-color: rgb(0, 32, 107);
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
}

.content_box {
  width: 1200px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
}

.content_box .contact_media {
  display: flex;
  margin: 40px 0;
  justify-content: center;
  align-items: center;
}

.content_box a:hover {
  color: #ffb907;
}
