.section_inner h2::before {
  background-color: #499f97;
}

.report_item h4 {
  font-size: 18px;
}

.report_top_flex h4 {
  color: #499f97;
}

.zone_wrap .report_item_text h4 {
  color: #003e97;
}

.report_top_flex img {
  width: 100%;
}

.report .flex {
  gap: 50px;
  align-items: flex-start;
  border-bottom: 1px solid #003e97;
}

.report_top_flex {
  border-bottom: 1px solid #499f97 !important;
}

.border_none {
  border-bottom: none !important;
}

@media (max-width: 1024px) {
  .report_item_text {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .report_item_text {
    width: 100%;
  }
}