.hero-container {
  background-color: #e5e5e5;
  display: flex;
  height: 250px;
}

.hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 95px;
  position: absolute;
}

.hero-title {
  font-size: x-large;
  font-weight: 600;
  color: black;
}

.hero-subtitle {
  font-weight: 600;
  color: #374151;
  font-size: small;
  margin-top: 6px;
  max-width: 500px;
  text-align: center;
}

.hillside-title {
  font-size: large;
  font-weight: 600;
}

.hillside-subtitle {
  margin-top: 12px;
  font-size: small;
  max-width: 500px;
}

.about-flex {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 200px) and (max-width: 1200px) {
  .about-flex {
    display: flex;
    flex-direction: column;
  }

  .img {
    margin-top: 20px;
  }
}





.img {
  opacity: 0.3;
  max-width: 600px;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  filter: blur(2px);
}

.pfp {
  height: 42px;
  border-radius: 40px;
}

.dev-card {
  max-width: 600px;
  display: flex;
  gap: 24px;
}

.dev-card2 {
  display: flex;
  justify-content: right;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.dev-title {
  font-size: large;
  font-weight: 600;
  margin-bottom: 35px;
}

.dev-sub {
  font-size: small;
  margin-top: 12px;
}

.dev-name {
  font-weight: 600;
}
