.vacancy-block {
    max-width: 800px;
    margin: 1.4rem auto;
    padding: 30px 40px;
    background-color: #f9fafa;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-family: "Segoe UI", Arial, sans-serif;
    color: #2c3e50;
    line-height: 1.6;
  }
  
  .vacancy-block h2 {
    font-size: 2.1rem;
    margin-bottom: 0.8rem;
    color: #29526c;
    text-align: center;
  }

  #vac-main-title{
    margin-top: 5.5rem;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    color:#1e3c4f;
  }
  
  p{
    text-align: center;
  }
  
  .vacancy-block h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 0.3rem;
    color: #29526c;
  }
  
  .vacancy-list {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  
  .vacancy-list li {
    margin-bottom: 0.2rem;
  }
  
  .vacancy-list li::marker {
    color: #29526c;
  }