.contact_banner {
  background-image: url(../img/about_bg_1.png);
  background-size: 100% 400px;
}
.contact_text {
  height: 400px;
  width: 100%;
}
.contact_text_title {
  padding-top: 175px;
  margin-left: 25%;
  font-size: 54px;
  font-weight: 600;
  color: #fff;
}
.contact_text_content {
  /* width: 50%; */
  margin-top: 15px;
  margin-left: 25%;
  font-size: 54px;
  font-weight: 600;
  color: #fff;
}
.contact_info {
  margin-left: 10%;
  width: 80%;
  height: 500px;
  display: flex;
  justify-content: space-around;
}
.info_postion {
  position: relative;
  top: 20%;
  left: 9%;
}
.info_block {
  width: 20%;
  height: 500px;
  margin-top: 70px;
}
.info_block_box {
  color: #3d3d3d;
  font-size: 10px;
  margin-top: 25px;
}
.info_block_title {
  color: #3d3d3d;
  font-size: 10px;
  margin-top: 25px;
}
.info_block_box span {
  color: #3d3d3d;
  font-size: 15px;
}
.info_block_title span {
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 550;
}
