@media (min-width: 700px) {
  .carousel-image {
    max-height: 50;
  }
}
.carousel-image {
  display: block;
  max-height: 80vh;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.caption {
  background-color: rgba(0, 0, 0, 0.4);
}
.portfolio-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.portfolio-description {
  font-size: clamp(1rem, 3vw, 1.2rem);
}

.info-container {
  min-width: 50%;
}

.portfolio-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1rem, 3vw, 1.2rem);
}

.portfolio-info > p:first-child {
  font-weight: 600;
}

h3,
h4,
h5 {
  color: rgba(42, 106, 106, 1) !important;
}
