.section-content h1{
    max-width: 70% !important;
    padding-top: 8%;
}
.section-1{
    background: linear-gradient(rgba(0, 0, 0, 0.245), rgba(0, 0, 0, 0.5)), url('/images/widense-utopia-drill.jpg') no-repeat center center/cover;
}

.project-highlight {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgb(0,0,0,);
  max-width: 1150px;
  margin-top: 150px !important;
  margin-bottom: 10px !important;
  margin: 40px auto;
}

.project-text {
    background-color: #F3F3F3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px !important;
  padding: 20px;
  flex-wrap: wrap;
}

.left-text h3 {
font-family: Poppins;
font-weight: 700;
font-size: 24px;
line-height: 29px;
letter-spacing: 0%;
color: #5C5C5C;
margin-bottom: 10px;

}

.left-text p {
font-family: Roboto;
font-weight: 400;
font-size: 18px;
line-height: 23px;
letter-spacing: 0%;
color: #787878;
}

.right-text p {
font-family: Poppins;
font-size: 24px;
line-height: 29px;
letter-spacing: 0%;
text-align: right;
color: #5C5C5C;
margin-bottom: 10px;;
}

.project-video-container {
  width: 100%;
  height: 95%;
  overflow: hidden;
}

.project-video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#section-3{
  background-color: #ffff;
  padding: 1.5%;
  padding-bottom: 0%;
}
.feature-box{
  padding-top: 7%;
  border-radius: 10px;
}

    .image-section {
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding-top: 0px;
      padding: 40px 20px;
      max-width: 1200px;
      margin: auto;
    }
    .top-row {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }
    .top-row img {
      width: 100%;
      max-width: calc(50% - 10px);
      border-radius: 12px;
      object-fit: cover;
      height: 300px;
    }
    .bottom-img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
      height: 350px;
    }

    @media (max-width: 768px) {
      .top-row img {
        max-width: 100%;
      }
    }