body, html {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

body {
  /* padding: 20px; */
  background-color: white;
  color: #333;
  font-family: 'Poppins', sans-serif;
}

h1 {
  color: #303030;
  font-size: 48px;
  font-weight: 500;
}

    p {
      /* max-width: 600px;
       */
       font-weight: 500;
       font-size: 18px;
       font-family: 'Poppins', sans-serif;
       /* font-family: 'Segoe UI', sans-serif; */
    }

    .project-timeline-title {
      margin-left: 80px;
    }

  .history {
    padding: 0px 100px;
    /* padding: 20px; */
  }
  .viewContainer {
    margin: 0px 20px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    /* width: calc(100% - 40px);  */
    height: 300px; 
    position: relative;
  }

  .viewContainer .header-image {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center;
  }

  .overlay {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 74, 173, 0.5);
  }

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .viewContainer {
    border-radius: 0px;
    margin: 0px;
  }

  h1 {
    font-size: 28px;
    text-align: center;
    /* background-color: black; */
  }

  p {
    text-align: justify;
  }

  .project-timeline-title {
    font-size: 30px;
    margin-left: 0px;
  }

  .about-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  h2 {
    font-size: 1.8rem;
    text-align: center;
  }

  .history {
    padding: 0px 20px;
  }
}

/* Small to medium devices (480px to 768px) */
@media (min-width: 481px) and (max-width: 1025px) {
  .viewContainer {
    border-radius: 0px;
    margin: 0px;
  }
   h1 {
    font-size: 28px;
    text-align: center;
    /* background-color: black; */
  }

  p {
    text-align: justify;
  }

  .project-timeline-title {
    font-size: 48px;
    margin-left: 0px;
    text-align: center;
  }

  h2 {
    font-size: 2rem;
    text-align: center;
  }

  .history {
    padding: 0px 20px;
  }
}

@media (min-width: 1025px) and (max-width: 1071px) {
  .project-timeline-title {
    text-align: center;
  }
  .history {
    padding: 0px 50px;
  }
}

@media (max-width: 1366px) {
  .project-timeline-title {
    margin-left: 0px;
    text-align: center;
  }
}

  