body {
  background-color:  var(--white-color);
}

.project-wrapper {
  height: 600px;
  padding-top: 120px;
}

.project-wrapper * {
  color: var(--dark-color);
}

.text-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.custom-divider {
  width: 400px;
  margin: 24px auto;
  background-color: var(--white-color);
  height: 3px;
  border: none;
}

.project-main {
  text-align: center;
  padding-bottom: 32px;
}

.ytube-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; 
  margin: 32px 0;
}

.iframe-wrapper {
  max-width: 900px;
  max-height: 506px;
  margin: 0 auto;
}
.multiple-iframes {
  width: 65%;
  margin: 0 auto;
}
.ytube-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.project-info {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.75px;
}

@media only screen and (max-width : 768px) {
  .project-info {
    font-size: 16px;
  }

}
@media only screen and (max-width: 576px) {
  .ytube-iframe {
    margin-left: -16px;
    margin-right: -16px;
  }
}