@media all and (max-width: 1099px) {
  .covid-resources p br {display: none;}
  .covid-resources .col-md-3 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
}
@media all and (max-width: 767px) {
  .covid-resources .heading-left {text-align: center;}
  .covid-resources .heading-right {text-align: center;}
  .modal-footer .btn {min-width: 100px; padding: 10px; font-size: 15px;}
}
@media all and (max-width: 699px) {
  .covid-resources, .home-faqs {padding: 30px 0;}
}
@media all and (max-width: 575px) {
  .covid-resources h2 {font-size: 30px;}
  .covid-resources .col-md-3 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}