.hero-image {
  background-image: url("/images/cs-small.png"); /* The image used */
  height: 50vh; /* You must set a specified height */
  min-height: 400px;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain; /* Resize the background image to cover the entire container */
  border-radius: 1rem;
}

.whitespace-divider {
  margin: 10rem 0;
}

.socmed-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
}

.socmed-icon-svg {
  width: 100%;
  height: auto;
  padding: 0rem;
}
