.services-section {
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("../images/page-headers/amsolutions-services-banner.jpg") center/cover no-repeat;
}
.services-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.services-section .text-container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.services-section .services-text {
  color: white;
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 10px;
}
.services-section .breadcrumbs {
  color: white;
  font-size: 1em;
  font-weight: normal;
}

.projects-overlay {
  position: absolute;
  bottom: -16%; /* Adjust as needed */
  left: 15%;
  width: 70%;
  background-color: white;
  text-align: center;
  padding: 50px 0; /* Adjust padding as needed */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.projects-overlay1 {
  position: absolute;
  bottom: -30%; /* Adjust as needed */
  left: 15%;
  width: 70%;
  background-color: white;
  text-align: center;
  padding: 20px; /* Adjust padding as needed */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  /*this comment is chumma*/
}

.projects-overlay2 {
  position: absolute;
  bottom: -30%; /* Adjust as needed */
  left: 15%;
  width: 70%;
  background-color: white;
  text-align: center;
  padding: 20px; /* Adjust padding as needed */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  /*this comment is chumma*/
}

.arrow-red1 {
  margin-right: 10px;
}

.read-more {
  color: black;
}
