section.post-construction .service-box {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: left;
  }
  section.post-construction svg{
    width: 100%;
    height: 100%;
    fill: var(--heading-color);
  }
  section.post-construction .service-box h5{
    color: var(--heading-color);
  }
  section.post-construction h2{
    margin-bottom: 60px;
    color: var(--heading-color);
  }
  section.post-construction .col-md-3{
    margin-bottom: 65px !important;
  }
  
  section.post-construction .service-number {
    background-color: var(--heading-color);
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: -20px;
  }
  section.post-construction{
    background: #fff;
  }
  .pre-const{
    background: var(--lt-bg-color) !important;
  }
  
  section.post-construction .service-box p{
    color: #000;
  }
  .job-listings .col-8{
    width: 100%;
  }
   .job-listings .col-4{
    width: 100%;
    text-align: left;
  }
  .job-item .desc{
    max-height: 175px !important;
  }