.featured_container {
  padding: 2.5rem 1.5rem 0;
}

.featured-title {
  color: var(--primary-color);
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
}

.wrapper {
  margin-bottom: 2rem;
}

.flex_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content_container {
  padding: 1rem 0;
}

.featured-image {
  width: 100%;
  border-radius: 6px;
}

.work-title {
  color: var(--primary-color);
  font-family: "Heebo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.project-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  margin-bottom: 1rem;
}

.view-project {
  color: var(--button-text);
  text-decoration: none;
  text-align: center;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 900;
  border-radius: 16px;
  background-color: #142850;
  padding: 5px 16px;
  cursor: pointer;
}

.stack {
  color: var(--secondary-color);
  font-size: 16px;
}

.featured-description {
  color: var(--primary-color);
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

/* Media Queries for Large Screens */
@media (min-width: 1200px) {
  .featured_container {
    padding: 2rem 5.438rem 7.5rem;
  }

  .featured-title {
    font-size: 22px;
    text-align: left;
  }

  .wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
  }

  .featured-image {
    width: 400px;
    border-radius: 6px;
  }

  .content_container {
    padding: 0 2rem;
  }
}
