/* CSS HERO */
.hero-int-law {
  width: 100%;
  min-width: 100vw;
  min-height: 600px;
  height: 70vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
  background-image: url('/_flysystem/fedora/2026-04/international-law-human-rights.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/* CSS TITLE & DESCRIPTION */
/* Colletion Int Law  page content block - 10% side margins, centered title/subtitle/summary */
.block-collection-content {
	margin-top: 5em;
}

.block-collection-content .collection-page-title {
  text-align: center;
  margin-bottom: 0.5em;
  font-size:72px;
  font-weight: bold;
}

.block-collection-content .collection-subtitle {
  font-size: 20px;
  font-weight:300;
  margin-bottom: 1em;
}


.block-collection-content .collection-description {
  margin-top: 1em;
}

p{
	  font-size: 20px;
}

