.section-1-printing-panel {
  width: 100%;
  height: 600px;
  background-color: rgba(255,255,255, .7);
  margin-top: 120px;
  border-radius: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid white;
  position: relative;
}

.section-1-printing-panel-title {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
