.egitimler-container {
    background-image: url('/images/tesisler/tesisler\ banner.png'); 
    border: 2px solid black;
     color: black;
     background-size: cover;
     background-position: center;
    
     position: relative;
     margin-bottom: 10px;
    
  }
  
  .egitimler-title-box {
      background-color: #051e3f;
      color: white;
      padding: 10px 20px;
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      font-weight: bold;
      font-size: 18px;
  }
