.section_name_slotlet
{
/*  font-family: 'Source Sans Pro', Arial, sans-serif; 
  font-weight: 300;
  font-size: 48px; 
  line-height: 52x; */
  font-weight: 400;
/*  letter-spacing: 2px; */ /* 26.04.2018 */
/*  text-transform: uppercase; */ /* 26.04.2018 */
  font-size: 110%;
  line-height: 110%;
  padding: 22px 10px 0px 10px;
  color: #555;
/*  margin: 0; */
  text-align: left; 
  text-rendering: optimizeLegibility;
}

.container_main_content .section_name_slotlet
{
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 35px auto 0;
/*  width: 880px; */ /* 24.04.2018 */
  width: calc(100% - 20px);
  max-width: 1190px;
  color: #fff;
  font-weight: 600;
/*  font-size: 1.4em; */ /* 26.04.2018 */
  font-size: 4em;
  text-shadow: 0px 0px 5px rgba(64,64,64,0.5);
  height: 369px; /* 440 - 36 - 35 */
  display: flex;
  align-items: center;
}