.s1-d1-spa {
  position: relative;
}

.s2-h2-spa {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.s2-d1-spa {
  margin-top: 25px;
  margin-bottom: 15px;
}

.s2-txt1-spa {
  margin-top: 25px;
  font-size: 14px;
  line-height: 25px;
}

.s2-r1-col1-spa {
  margin-bottom: 25px;
}

.s2-txt1-span-spa {
  font-style: italic;
}

.s1-h1-spa {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #000;
  font-size: 80px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 767px) {
  .s1-h1-spa {
    line-height: 75px;
  }
}

@media (max-width: 479px) {
  .s2-h2-spa {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
  }
  .s1-h1-spa {
    font-size: 50px;
    line-height: 50px;
  }
}