/* PAGE DEFAULTS */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* REM sizing */
html {
  /* 10px */
  font-size: 62.5%;
}

body {
  /* 16px */
  font-size: 1.6rem;
}



.page-section {
  max-width: 85rem;
  margin-top: 12vh;
  margin-bottom: 12vh;
}

.goback {
  display: block;
  margin-bottom: 2rem;
}

.goback.bottom {
  margin: 3rem 0;
}

.page-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #191919;
  margin-bottom: 1rem;
}

.page-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #191919;
  margin-bottom: 0.5rem;
}

.page-text {
  margin-bottom: 1rem;
}

.page-list {
  margin: 0;
  padding-inline-start: 3rem;
}

.page-group {
  margin-bottom: 2rem;
}

.img-container img {
  max-width: 100%;
  max-height: 100%;
  border: 2px solid black;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}