/* --------------------------------------------------------------------------------
 SCREEN
 --------------------------------------------------------------------------------*/
.screen__page {
  background:white;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 200px;
  width:1021px;
}

.screen__page_left {
  background:white;
  margin-top: 40px;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 260px;
  /* width:1021px; */
}

