.page_title {
  position: relative;
  width: 100%;
  height: 340px;
  display: flex;
  margin-top: 4em;
  border: 1px solid;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.page_title_bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  background: rgb(46 65 113 / 70%);
}

.page_title_services {
  background: url('../img/services.jpeg');
}
.page_title_contact {
  background: url('../img/contact.jpeg');
}

.page_title_img {
  width: 100vw;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
}
.title_hd {
  position: absolute;
  font-weight: 900;
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
}