
.project-carousel {
  padding-top: 10px;
  height: 550px;
  overflow: hidden;
}

.project-carousel-item {
  display:flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 550px;
}

.project-carousel-text {
  display: flex;
  flex-direction: column;
  width:170px;
  height: 400px;
  font-size: .6em;
  text-align: center;
  justify-content: space-around;
  align-items: space-between;
}

.project-carousel-disc {
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
}

.project-carousel-title {
  text-align: center;
  overflow-wrap: break-word;
  line-height: 24pt
}

.project-carousel-list {
  list-style-type: disc;
  color:rgb(34, 33, 33);
  text-align: center;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  font-size: 1em;
}

.project-carousel-img{
  width: 150px;
}

@media screen and (min-width: 375px) {
  .project-carousel {
    padding-top: 10px;
    height: 570px;
    overflow: hidden;
  }

  .project-carousel-item {
    height: 530px;
  }

  .project-carousel-text {
    width:220px;
    height:360px;
    font-size: .7em;
  }

}

@media screen and (min-width: 620px) {

  .project-carousel {
    padding-top: 40px;
    height: 650px;
  }
  .project-carousel-item {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 600px;
    width: 850px;
  }

  .project-carousel-text {
    width:330px;
    height:400px;
  }

  .project-carousel-title {
    line-height: 32pt
  }

  .project-carousel-img{
    width: 300px;
  }
}


@media screen and (min-width: 920px) {
  .project-carousel {
    padding-top: 40px;
    height: 640px;
    overflow: hidden;
  }
  .project-carousel-item {
    height: 600px;
    width: 850px;
    justify-content: space-around;
  }

  .project-carousel-title {
    line-height: 40pt
  }

  .project-carousel-text {
    width:420px;
    height:400px;
  }
}

@media screen and (min-width: 1200px) {
  .project-carousel {
    padding-top: 55px;
    height: 750px;
  }
  .project-carousel-item {
    height: 700px;
    width: 1200px;
  }

  .project-carousel-text {
    width:500px;
    height:400px;
  }

  .project-carousel-title {
    line-height: 48pt
  }

  .project-carousel-img{
    width: 450px;
  }

}

@media screen and (min-width: 2560px) {
  .project-carousel {
    padding-top: 200px;
    height: 1400px;
  }

  .project-carousel-item {
    height: 1300px;
    width: 2000px;
  }

  .project-carousel-text {
    width:800px;
    height:800px;
    font-size: 1.3em;
  }

  .project-carousel-title {
    line-height: 72pt
  }

  .project-carousel-img{
    width: 900px;
  }
}