.header-container {
  position: relative;
  height: 65vh;
  background-color: #f0f0f0;
}

.header-container .img-container {
  position: absolute;
  height: 100%;
  width: 100%;
}

.header-container .img-container img {
  width: 100%;
  height: 100%;
}

.header_bg_dark {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.425);
}

.header_card_text h1 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 3rem;
  transform: translate(-50%, -50%);
  font-weight: 700;
}

@media (max-width: 768px) {
  .header_card_text h1 {
    font-size: 2rem;
  }
}
@media (max-width: 568px) {
  .header-container {
    height: 45vh;
  }
  .header_card_text h1 {
    font-size: 1.3rem;
  }
}

/*  */
.pt-testimonial-box-slider > div:nth-child(1) > div:nth-child(2) {
  display: none;
}
