.report-container {
  max-width: 1400px;
  width: 80%;
  margin: 10rem auto;
}
.reports .colum {
  display: flex;
  justify-content: center;
}

.file-title h3 {
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 0;
}
.report-box {
  margin-bottom: 2rem;
  width: 300px;
}

.date-file-size p {
  font-size: 14px !important;
  margin-bottom: 0;
  padding-right: 0.3rem;
}
.date-file-size p:first-child {
  border-right: 2px solid var(--gray-color);
}
.report-file {
  padding: 2rem 2rem 2rem 2rem;
  background: var(--light-gray-color);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-btn button {
  background: var(--dark-blue-color);
  padding: 0.3rem 1rem;
  border-radius: 20px;
}
.download-btn button {
  color: var(--white-color);
  font-size: 12px;
}
.download-btn button:hover {
  background: var(--orange-color);
  color: #ffff;
}
.reports {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.img-fluid {
  width: 236px !important;
  height: 295px !important;
}

.img-fluid-financial {
  width: 500px !important;
  height: 700px !important;
}

.tb-content-box {
  text-align: center;
}

.report-container-financial {
  max-width: 1400px;
  width: 80%;
  margin: 10rem auto;
}

@media (max-width: 990px) {
  .report-file img {
    width: 100%;
  }
}
