.hero-container {
  position: absolute;
  inset: 0;
}

.hero-img {
  position: absolute;
  inset: 0;
}

.hero-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 27, 58, 0.7);
}

.hero-container .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.departments-wrapper {
  background: #f4f7fb;
}

article.container {
  padding: 1rem 2rem;
}

.departments-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  font-weight: bold;
}

.col-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.col-content .profile {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
}

.title h4 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Source Serif 4", Georgia, serif;
}

.col-content p {
  color: #1a2744;
  font-family:
    "Source Sans 3",
    system-ui,
    -apple-system,
    sans-serif;
  margin-top: -0.65rem;
}

.col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
