.viziune-image {
    display: block;
    background-color: #fff;
}

.viziune-image img {
    display: block;
    max-width: 90%;
    max-height: 200px;
    margin: 24px auto;
    padding: 24px;
}

.viziune-text-section {
    padding-bottom: 24px;
}
.date {
  font-weight: 200;
}

.viziune-text-section p {
    color: #616161;
}
.hr {
  border-bottom: 8px solid #2a3d8b;
}

.subtitle {
    font-size: 22px;
    color: #2a3d8b;
}

.big-title {
    font-size: 18px;
}

.small-title {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 32px;
}

.files-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.files-container .file:hover {
background-color: #f6f6f6;
}

.files-container .file {
    width: 32%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 12px;
}

.management-section {
    padding: 12px 0px;
    padding-bottom: 24px;
    margin: auto;
    max-width: 1170px;
}

.download-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px;
    gap: 8px;
    transition-duration: 0.5s;
}

.download-link:hover {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.arrow {
    float: right;
    transition-duration: .5s;
}

.rotate {
    transform: rotate(180deg);
}

.dropdown-content {
    transition-duration: .5s;
}

.hidden {
    display: none;
    transition-duration: .5s;
}


#timeline {
    position: relative;
    padding-bottom: 50px;
}
  #timeline h1 {
    text-align: center;
  }
  #timeline p.descriere {
    text-align: justify;
    font-size: 16px;
  }
  #timeline .separator {
    height: 25px;
  }
  #timeline .card-row {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  @media (min-width: 1024px) {
    #timeline .card-row::after {
      z-index: 1;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      border-left: 1px solid #bdbdbd;
    }
  }
  #timeline .card-row .card {
    width: 100%;
  }
  @media (min-width: 1024px) {
    #timeline .card-row .card {
      width: 45%;
    }
  }
  #timeline .card-row .card .head {
    background: #2a3d8b;
    display: flex;
    position: relative;
  }
  #timeline .card-row .card .head .number-box {
    margin: 15px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.17);
    color: white;
    font-size: 35px;
    font-weight: 600;
    display: flex;
    justify-content: center;
  }
  #timeline .card-row .card .head h2 {
    display: flex;
    margin: 15px 0px;
    flex-direction: column;
    padding: 0;
    color: white;
  }
  #timeline .card-row .card .head h2 span {
    color: white;
  }
  #timeline .card-row .card .body {
    background: white;
    padding: 15px;
  }
  #timeline .card-row .card .body .detalii {
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
    border: 1px solid #2a3d8b;
    border-radius: 0px;
    padding: 10px 15px;
    color: #2a3d8b;
    font-size: 16px;
    transition: all 0.5s linear;
    cursor: pointer;
  }
  .card .body .detalii:hover {
    background: #2a3d8b;
    color: white !important;
  }
  #timeline .card-right {
    justify-content: flex-end;
    padding-top: 50px;
  }
  @media (min-width: 1024px) {
    #timeline .card-right {
      padding-top: 0px;
    }
    #timeline .card-right .head::after {
      right: 100%;
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      top: 30px;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 15px solid #2a3d8b;
    }
    #timeline .card-right::before {
      position: absolute;
      content: "";
      left: calc(50% - 4px);
      top: 40px;
      width: 9px;
      height: 9px;
      background-color: #bdbdbd;
      border-radius: 9px;
      box-shadow: 0px 0px 2px 8px #f7f7f7;
    }
  }
  #timeline .card-left {
    justify-content: start;
    padding-top: 50px;
  }
  @media (min-width: 1024px) {
    #timeline .card-left {
      padding-top: 0px;
    }
    #timeline .card-left .head::after {
      left: 100%;
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      top: 30px;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid #2a3d8b;
    }
    #timeline .card-left::before {
      position: absolute;
      content: "";
      left: calc(50% - 4px);
      top: 40px;
      width: 9px;
      height: 9px;
      background-color: #bdbdbd;
      border-radius: 9px;
      box-shadow: 0px 0px 2px 8px #f7f7f7;
    }
  }
  #timeline .card1 {
    margin-top: auto;
  }
 
  #timeline .card2 {
    margin-top: auto;
  }

  #timeline .card3 {
    margin-top: auto;
  }
  @media (min-width: 1024px) {
    #timeline .card3 {
      margin-top: -100px;
    }
  }
  #timeline .card4 {
    margin-top: auto;
  }
  
  #timeline .card5 {
    margin-top: auto;
  }

  #timeline .card6 {
    margin-top: auto;
  }

  #timeline .card7 {
    margin-top: auto;
  }
 
  #timeline .card8 {
    margin-top: auto;
  }

  #timeline .card9 {
    margin-top: auto;
  }
  @media (min-width: 1024px) {
    #timeline .card9 {
      margin-top: -100px;
    }
  }

@media screen and (max-width: 920px) {
    .file {
        width: 100% !important;
    }
}

.list-elem {
    color: #616161 !important;
}

.o-list {
    column-count: 1;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin: auto;
}

.o-list ol {
    display: flex;
    flex-direction: column;
    height: 400px;
    margin: 0px 30px;
    padding: 0px;
}

.left {
    justify-content: start ;
}