body {
  background: transparent;
}

.inner-banner-section {
  background: url("../images/covid-banner.jpg");
}

.reports-and-dashboards .reports-list .box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
  margin-bottom: 70px;
}
.reports-and-dashboards .reports-list .box:last-of-type {
  margin-bottom: 0;
}
.reports-and-dashboards .reports-list .box img {
  border-radius: var(--border-radius);
}
.reports-and-dashboards .reports-list .box h4 {
  font-weight: 600;
  font-size: 24px;
  color: var(--primary-color);
  margin: 0 0 20px;
}
.reports-and-dashboards .reports-list .box p {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: var(--text-color);
  margin: 0 0 var(--common-space);
}
.reports-and-dashboards .reports-list .box .common-btn {
  margin-right: 20px;
}

.related-resources {
  background: var(--background-color);
}

.related-resources .filter-results P{height:auto;}

@media screen and (max-width: 1919px) {
  .reports-and-dashboards .reports-list .box {
    margin-bottom: 60px;
    gap: 40px;
  }
  .reports-and-dashboards .reports-list .box h4 {
    font-size: 22px;
  }
  .reports-and-dashboards .reports-list .box p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1599px) {
  .reports-and-dashboards .reports-list .box {
    margin-bottom: 40px;
    gap: 30px;
  }
  .reports-and-dashboards .reports-list .box p {
    font-size: 18px;
    line-height: 22px;
  }
  .reports-and-dashboards .reports-list .box .common-btn {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1439px) {
  .reports-and-dashboards .reports-list .box p {
    font-size: 16px;
  }
  .reports-and-dashboards .reports-list .box h4 {
    margin: 0 0 15px;
  }
  .reports-and-dashboards .reports-list .box .common-btn {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1365px) {
  .reports-and-dashboards .reports-list .box {
    margin-bottom: 30px;
    gap: 20px;
  }
  .reports-and-dashboards .reports-list .box img {
    width: 420px;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reports-and-dashboards .reports-list .box h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .reports-and-dashboards .reports-list .box {
    display: block;
    margin-bottom: 15px;
  }
  .reports-and-dashboards .reports-list .box img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .reports-and-dashboards .reports-list .box h4 {
    font-size: 18px;
  }
  .reports-and-dashboards .reports-list .box p {
    font-size: 14px;
    line-height: 18px;
  }
  .reports-and-dashboards .reports-list .box img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 639px) {
  .reports-and-dashboards .reports-list .box h4 {
    font-size: 16px;
  }
  .reports-and-dashboards .reports-list .box .common-btn {
    margin-right: 5px;
  }
}/*# sourceMappingURL=covid.css.map */

.page-template-covid-19 .related-resources .bookmark div a {display:none;}