.hs-scope ul li::before {
    display: none !important;
  }

ul li {
    position: relative;
    list-style-type: none;
    padding-left: 0;
  }

  .hs-scope .BambooHR-ATS-board h2 {
    border-bottom: 0px solid #0066cc !important;
    padding-bottom: 10px !important;
    margin: 0 !important;
    font-size: 24px !important;
    color: #fff !important;
  }

  .hs-scope .BambooHR-ATS-Department-List {
    list-style: none !important; /* Odstrani oznake seznama */
    padding: 0 !important;
    margin: 0 !important;
  }

  .hs-scope .BambooHR-ATS-Department-Item {
    list-style: none !important; /* Odstrani oznake seznama */
    margin: 0 !important;
    clear: both !important;
  }

  .hs-scope .BambooHR-ATS-Department-Header {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #3296A9 !important;
    padding: 0 !important;
  }

  .hs-scope .BambooHR-ATS-Jobs-List {
    list-style: none !important; /* Odstrani oznake seznama */
    padding: 0 !important;
    border-bottom: 0px solid #ccc !important;
    margin-bottom: 20px !important;
  }

  .hs-scope .BambooHR-ATS-Jobs-Item {
    list-style: none !important; /* Odstrani oznake seznama */
    margin: 0 !important;
    clear: both !important;
  }

  .hs-scope .BambooHR-ATS-Jobs-Item a {
    font-size: 18px !important;
    color: #000 !important;
    text-decoration: none !important;
  }

  .hs-scope .BambooHR-ATS-Jobs-Item a:hover {
    text-decoration: underline !important;
    color: #3296A9 !important;
  }

  .hs-scope .BambooHR-ATS-Location {
    float: right !important;
    padding-top: 5px !important;
    font-size: 14px !important;
    color: #3C5060 !important;
    text-transform: uppercase; !important;
    font-weight: bold;
  }

@media (max-width: 768px) {
    .hs-scope .BambooHR-ATS-Jobs-Item a {
      font-size: 14px !important;
    }
  }