.project-title-detail {
  font-size: 40px;
  font-weight: bold;
  margin: 90px 0 63px 0;
  padding-bottom: 10px;
  text-align: center;
  text-shadow: 1px 5px 10px rgba(22, 22, 22, 0.25);
  letter-spacing: 7px;
  /*locks the title*/
  background-color: #E5E5E5;
  position: sticky;
  top: 120px;
}

.possibl {
  padding-top: 2px;
}

.project-picutre {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(22, 22, 22, 0.8);
}

.project-description,
.project-description-awards {
  font-family: Lato;
  font-size: 20px;
  width: 800px;
  margin: 40px auto;
  text-align: justify;
  line-height: 28px;
}

.project-sketch-description {
  font-family: Lato;
  font-size: 14px;
  width: 590px;
  margin: 10px auto;
  text-align: justify;
  line-height: 20px
}

.project-description-awards {
  margin-top: 25px;
  margin-bottom: 25px;
}

.product-detail-grid {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 60px;
  padding: 30px 200px;
}

.product-detail-grid-big-foot {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 60px;
  padding: 30px 200px;
}

.product-picture-detail {
  width: 600px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(22, 22, 22, 0.8);
}

.product-picture-board {
  width: 1255px;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(22, 22, 22, 0.8);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product-picture-final-board,
.product-picture-possible-directions,
.product-picture-cocobot {
  width: 1255px;
  height: 700px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(22, 22, 22, 0.8);
  display: block;
  margin: 60px auto 0 auto;
}

.product-picture-possible-directions,
.product-picture-cocobot {
  object-fit: cover;
  height: 450px;
  width: 1255px;
}

.product-picture-detail-big-foot {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(22, 22, 22, 0.8);
}

.material-used-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-title,
h5 {
  font-size: 40px;
  font-family: Lato;
  width: 800px;
  margin: 60px auto 5px auto;
  text-align: center;
  line-height: 28px;
}

h5 {
  font-size: 18px;
  margin: 0 auto;
}

p {
  font-family: Lato;
  font-size: 20px;
  width: 800px;
  margin: 10px auto;
  text-align: justify;
  line-height: 28px;
}

ul {
  font-family: Lato;
  font-size: 20px;
  text-align: justify;
  line-height: 28px;
  margin-top: 10px;
}

.project-picutre-ltb,
.project-picutre-generative-design,
.project-picutre-connected-minds {
  width: 1255px;
  height: 400px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(22, 22, 22, 0.8);
  display: block;
  margin: 60px auto 0 auto;
}

.project-picutre-generative-design,
.project-picutre-connected-minds {
  object-fit: fill;
}

.product-picture-detail-roomberry,
.re-video {
  width: 600px;
  height: 700px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(22, 22, 22, 0.8);
}

.re-video {
  margin-top: 30px;
}

.moving-with-colors {
  object-fit: cover;
}

big-foot-co2-video {
  width: 600px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(22, 22, 22, 0.8);
  display: block;
  margin: 60px auto 0 auto;
}

.cocobot-video,
.possibl-video,
.big-foot-co2-video {
  width: 1255px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(22, 22, 22, 0.8);
  display: block;
  margin: 60px auto 0 auto;
}

.possibl-video {
  width: 1265px;
}