/* Report --------------------------------------------------------------------------------------------------------*/
.report-sec-outer {
  padding: 40px 0;
}

.report-sec-lg-outer {
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.report-sec-lg-right {
  padding: 20px;
  flex-grow: 1;
}

.report-lg-img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  display: block;
}

.report-sec-lg-heading {
  color: #36424A;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
}

.report-sec-lg-heading-link {
  color: #36424A;
}
.report-sec-lg-heading-link:hover {
  color: #E55302;
}

.report-sec-btn {
  font-size: 0.875rem;
  color: #E55302 !important;
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-top: 16px;
}
.report-sec-btn:hover .report-arrow-icon {
  margin-left: 15px;
}

.report-pdf-icon {
  margin-right: 11px;
}

.report-arrow-icon {
  margin-left: 10px;
  transition: all 0.25s;
}

.report-sec-lg-description {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 400;
  margin-top: 7px;
}

.report-box-list-img {
  height: 211px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px 5px 0 0;
  display: block;
}

.report-box-list {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background: #fff;
}

.report-box-list-inner {
  display: inline-block;
  width: 100%;
  padding: 15px 30px 30px 30px;
}

.report-box-list-heading {
  font-size: 1rem;
  font-weight: 600;
}

.report-box-list-outer {
  padding: 40px 0;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .report-block-column {
    margin: 0 27px 27px 0;
  }
  .report-sec-lg-outer {
    display: flex;
  }
  .report-sec-lg-left {
    width: 100%;
    max-width: 350px;
    min-width: 350px;
    flex-grow: 1;
  }
  .report-lg-img {
    height: 420px;
    border-radius: 5px 0 0 5px;
  }
  .report-sec-lg-right {
    padding: 40px;
  }
  .report-sec-lg-heading {
    font-size: 1.6875rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 1024px) {
  .report-box-listing .row {
    margin: -20px;
  }
  .report-box-listing .row .col {
    padding: 20px;
  }
  .report-sec-lg-left {
    max-width: 560px;
    min-width: 560px;
  }
}
@media (max-width: 1024px) {
  .result-report-sec {
    text-align: left;
  }
  .report-box {
    min-height: auto;
    flex-direction: inherit;
    justify-content: flex-start;
  }
  .report-block-title {
    margin: 0 0 0 20px;
  }
}

/*# sourceMappingURL=report-sec.css.map */