  .black-background {
      background-color: black;
      color: white;
  }
  
  .about-image-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  
  .about-image-container2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  
  .about-image-container3 {
      /* display: flex; */
      /* justify-content: flex-start; */
      /* align-items: flex-start; */
      /* height: 100%; */
      /* align-content: center; */
      /* flex-wrap: nowrap; */
      width: 100%;
      margin-top: -20%;
      margin-right: -15%;
  }
  
  .about-image2 {
      max-width: 100%;
      height: auto;
    }
  
    
  .about1 {
    max-width: 80%;
    height: auto;
  }
  
  .about2 {
    max-width: 80%;
    height: auto;
  }
  
  .about-content {
    padding-top: 85px;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 35px;
    font-weight: 500;
    text-align: right;
    margin-top: -4%;
  }
  
  .about-jobs {
    padding-top: 85px;
    font-style: normal;
    font-size: 1rem;
    line-height: 26px;
    text-align: right;
  }
  .about-jobs h4 {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .about-content .about-jobs h4 {
    font-size: 1.2rem;
    font-weight: 700;
  }
  
  .narrow-blue-container {
    background-color: #1A67DB;
    width: 100%;
    height: 90%;
    top: -27%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
  
  .rectangle {
    position: relative;
    background-color: transparent;
    height: 150px;
  }
  
  .middle-content-about {
    position: relative; /* Relative positioning so we can move it */
    margin-top: -90px; /* Move it up to overlap the purple rectangle */
  }
  
  .slider_section {
    min-height: auto !important;
    position: relative;
    overflow: hidden;
  }
  
  .hero-row {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    margin-top: 30%;
    text-align: left;
    margin-left: 20%;
  }
  
  .blue-container {
    background-color: #1A67DB;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
  }
  
  .projects-container {
    position: relative;
    background-color: transparent;
    height: fit-content;
    margin-top: 5%;
  }
  
  .about-rectangle2 {
    background-color: #F2B400;
    width: 100%;
    height: 80%;
    left: 0;
    right: 0;
  }
  
  /* responsive about image */
  @media (max-width: 767px) {
    .about-image-container {
      justify-content: center !important;
      margin-bottom: 2rem; /* Add some space between the image and the text on mobile */
    }
    .about-image-container3{
      margin: 0rem; 
    }
  }
  /*  responsive hero row */
  @media (max-width: 1200px) {
    .hero-row {
      margin-top: 10%;
      margin-right: 5%;
    }
  }
  
  @media (min-width: 768px) {
    .slider_section {
      min-height: 100vh !important;
      text-align: center;
    }
  }
  
  @media (max-width: 992px) {
    .hero-row {
      margin-top: 5%;
      margin-right: 5%;
    }
  
    .slider_section .detail-box h1 {
      font-size: 36px;
    }
  
    .slider_section .slider-link {
      font-size: 14px;
      padding: 8px 16px;
      margin-top: -5%;
    }
  }
  
  @media (max-width: 768px) {
    .hero-row {
      margin-top: -5%;
      margin-right: 10%;
    }
  
    .slider_section .detail-box h1 {
      font-size: 28px;
    }
  
    .slider_section .slider-link {
      font-size: 12px;
      padding: 6px 12px;
      margin-top: -5%;
    }
  }
  
  @media (max-width: 576px) {
    /* Extra small screens, like small phones */
    .slider_section .detail-box h1 {
      font-size: 22px;
    }
  
    .slider_section .slider-link {
      font-size: 10px;
      padding: 4px 10px;
      margin-top: -5%;
    }
  }
  
  @media (max-width: 320px) {
    /* Extra small screens, like small phones */
    .slider_section .detail-box h1 {
      font-size: 22px !important;
    }
  
    .slider_section .slider-link {
      font-size: 10px !important;
      margin-top: -5% !important;
    }
  }
  