.financial_container {
  background: #f1f1f1;
  padding-top: 32px;
  padding-bottom: 2rem;
  display: flex  ;
  flex-direction: column;
  align-items: center;
}

/* section one styling */

.financial_container_section_one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.financial_container_section_one_h2 {
  color: #31ac54;
  font-weight: 700;
  font-size: x-large;
  line-height: 64px;
}

.financial_container_section_one_p {
  text-align: center;
  color: #122742;
}

/* end of styling section one */

/* styling section two */

.financial_container_section__two {
  width: 100%;
  margin-top: 1rem;
  /* max-width: 1440px; */
}

.financial_container_section__two_img {
  object-fit: contain;
  width: 100%;
}

/* end of styling section two */

/* styling section three */

.reports-container {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.reports-wrapper {
  background-color: #fff;
  display: flex;
  width: 100%;
  padding: 64px 104px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
  max-width: 1440px;

}

.reports-grid {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 40px;
  justify-content: start;
  flex-wrap: wrap;
  max-width: 1232px;
}

.reports-column {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  flex: 1;
  flex-basis: 0%;
}

.section-title {
  align-self: start;
  gap: 16px;
  font-family:
    Lato,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 24px;
  color: rgb(18, 39, 66);
  font-weight: 400;
  line-height: 1;
}

.reports-row {
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: stretch;
  gap: 40px;
  justify-content: start;
  /* flex-wrap: wrap; */
  flex-direction: row;
}

.report-card {
  /* max-width: 268px; */
  flex-grow: 1;
  flex-shrink: 1;
  /* width: 214px; */
}

.report-image {
  aspect-ratio: 2;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 12px;
  /* padding: 32px 0; */
}

.report-title {
  margin-top: 10px;
  color: rgb(18, 39, 66);
  font-size: 20px;
  font-family:
    Lato,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 700;
  line-height: 1;
}

.report-box {
  border-radius: 12px;
  background-color: #fff;
  border: 2px solid rgb(18, 39, 66);
  display: flex;
  width: 100%;
  padding: 24px 40px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.report-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 56px;
}

.vertical-divider {
  border: 1px solid rgba(18, 39, 66, 0.3);
  align-self: stretch;
  width: 0;
  flex-shrink: 0;
  height: 434px;
}

@media (max-width: 991px) {
  .reports-wrapper {
    max-width: 100%;
    padding: 64px 40px;
  }

  .reports-grid {
    max-width: 100%;
  }

  .reports-column {
    max-width: 100%;
  }

  .reports-row {
    max-width: 100%;
  }

  .report-box {
    padding: 40px 20px;
  }
}

@media (max-width: 768px) {
  .reports-grid {
    flex-direction: column;
  }

  .vertical-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
  .financial_container_section_one{
    padding: 0px 115px;
  }
}

@media (max-width: 480px) {
  .financial_container_section_one {
    padding: 0px 20px;
  }
  .reports-wrapper {
    padding: 32px 20px;
  }

  .reports-row {
    gap: 20px;
    flex-direction: column;
  }

  .report-card {
    min-width: 100%;
  }
}

/* end of styling section three */

/* medium screen styling */

@media only screen and (min-width: 768px) {
  .financial_container_section_three_job_holder_jobs_divs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
  }

  .financial_container_section_three_job_holder_jobs_divs_div {
    text-align: center;
    width: 35%;
  }
}

/* larger screen styling */

@media only screen and (min-width: 992px) {
  .financial_container_section_three_job_holder_jobs_divs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .financial_container_section_one_h2 {
    font-size: 48px;
  }

  .financial_container_section_one_p {
    font-size: 28px;
  }

  .financial_container_section_three_job_holder_jobs_divs_div {
    text-align: center;
    width: 25%;
  }
}

/* descktop styling */

@media only screen and (min-width: 1330px) {
  .financial_container_section_three_job_holder_jobs_divs {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2rem 0 2rem 8rem;
    justify-content: left;
    gap: 1.5rem;
    width: 100%;
  }

  .financial_container_section_three_job_holder_jobs_divs_div {
    text-align: center;
    width: 20%;
  }
}
