.page-header-block {
  height: 55vh;
  display: flex;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
}

.header-text h1 {
  color: var(--primary);
  font-size: 80px;
  font-weight: bold;
}

.header-text p {
  font-size: 20px;
  margin-top: 10px;
}

.header-image-wrapper {
  position: relative;
  height: 50vh;
  z-index: 5;
}

.header-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home-section-subHeader1 {
  margin-left: 6vw;
  text-align: left;
}
.client-slider {
  width: 88%;
  margin-left: 6vw;
  background-color: #fefffe;
}
