.business_report_cnt .reports_cnts {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.business_report_cnt .reports_cnts .single_report_cnt {
  border: 1px solid gray;
  border-radius: 1px;
  padding: 0px 15px 0px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23%;
  margin-right: 25px;
  margin-bottom: 20px;
  transition: all 300ms ease-in;
}
.business_report_cnt .reports_cnts .single_report_cnt:hover .img {
  opacity: 0.8;
}
.business_report_cnt .reports_cnts .single_report_cnt .img {
  height: 200px;
  width: 150px;
  object-fit: fill;
  margin-bottom: 15px;
}
.business_report_cnt .reports_cnts .single_report_cnt .title {
  text-decoration: none;
  font-weight: 600;
  color: #3A2725;
  font-size: 1.1rem;
}
.business_report_cnt .reports_cnts .single_report_cnt .created_on {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 5px;
  color: gray;
}
.business_report_cnt .reports_cnts .single_report_cnt .created_on i {
  margin-right: 3px;
}
.business_report_cnt .reports_cnts .single_report_cnt .download_link {
  background-color: #875b51;
  font-size: 0.9rem;
  text-align: center;
  font-weight: 300;
  color: white;
  width: 100%;
  text-decoration: none;
  padding: 5px;
}

@media only screen and (max-width: 1300px) {
  .business_report_cnt .reports_cnts .single_report_cnt {
    width: 30%;
  }
}
@media only screen and (max-width: 1000px) {
  .business_report_cnt .reports_cnts .single_report_cnt {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .business_report_cnt .reports_cnts .single_report_cnt {
    width: 44%;
  }
}
@media only screen and (max-width: 700px) {
  .business_report_cnt .reports_cnts .single_report_cnt {
    width: 50%;
  }
}

/*# sourceMappingURL=business_report.css.map */
