 
  #overview{
    padding: 100px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 200px;
  }

  #overview.bg::before{
    content: ""; 
    position: absolute;
    top:-30%;
    left: -10%;
    width: 300%;
    height: 200%;
    background-position: center;
    background-image: url('../images/path.png'); 
    background-size: cover;
    transform: rotate(190deg);
    background-repeat: no-repeat;
    z-index: -1;
}

#overview.bg::after{
  content: ""; 
  position: absolute;
 width: 100%;
 height: 500px;
 bottom: 0;
 background-color: #F2F2F7;
 z-index: -1;

}




  #overview .header{
    text-align: center;
    position: relative;
  }

  #overview .header h1{
    color: #192D5F;
    font-size: 40px;
    font-family: Montserrat;

}

  #overview .header::before{
    content: ""; 
    position: absolute;
    top: -80px;
    left: -80px;
    width: 800px;
    height: 160%;
    background-image: url('../images/titlehightlight.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.contact .header::before{
  content: ""; 
  position: absolute;
  top: -80px;
  left: -100px !important;
  width: 800px;
  height: 160%;
  background-image: url('../images/titlehightlight.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}





.overview_table {
    border-collapse: collapse;
    width:55%;
    margin: 0 auto;
    margin-top: 50px;
    
  }
  
  #overview .overview_table td {
    border: 1px solid #192D5F;
    padding: 14px 10px;
  }
  
  #overview  .title {
    font-weight: bold;
    text-align: center;
    width: 16%;
    background-color: #B5BDD1;
    color: white;

  }
  
  #overview .description {
    width: 60%;
    background-color: #fff;
  }


  @media (max-width: 1024px) {

    #overview{
      overflow-x: hidden;
      padding-bottom: 100px;
    }

    #overview .header::before{
      content: ""; 
      position: absolute;
      top: -80px;
      left: 10px;
      width: 300px;
      height: 160%;
      background-image: url('../images/titlehightlight.png'); 
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1;
  }

    .overview_table {
      border-collapse: collapse;
      width:95%;
      margin: 0 auto;
      margin-top: 50px;
      
    }

    #overview.bg::before{
    display: none;
    
  }

  .contact .header::before{
    content: ""; 
    position: absolute;
    top: -80px;
    left: -30px !important;
    width: 500px;
    height: 110% !important;
    background-image: url('../images/titlehightlight.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
  
  
  }


  @media screen and (max-width:1024px) {

    #overview .header::before{
      display: none;
      content: ""; 
      position: absolute;
      top: -80px;
      left: -5px !important;
      width: 300px;
      height: 160%;
      background-image: url('../images/titlehightlight.png'); 
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1;
  }

  .contact .header::before{
    display: none;
    content: ""; 
    position: absolute;
    top: -80px;
    left: -30px !important;
    width: 500px;
    height: 110% !important;
    background-image: url('../images/titlehightlight.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }

  }