.portal-view {
  padding: 3rem 4rem;
}


@media only screen and (max-width: 1000px) {
  .portal-view {
    padding: 2.25rem 1rem;
  }

}
