@media (max-width: 480px) {
  .coh-style-sdg-modal .modal-sdgs {
    width: 100%;
  }
}
.coh-style-sdg-modal .modal-sdgs .modal-sdg-content {
  max-height: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 480px) {
  .coh-style-sdg-modal .modal-sdgs .sdg-view-more {
    width: 100%;
  }
}
.coh-style-sdg-modal .modal-sdgs .coh-row {
  height: 100%;
}
.coh-style-sdg-modal .sdg-card {
  width: 100%;
}
