.rsContent em {
  text-transform: none;
}
.hero-slider h1 {
  font-size: 68px;
  line-height: 78.6px;
  text-shadow: 6px 5px 21px rgba(7, 7, 7, 0.55);
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  text-transform: none;
  font-weight: 200;
}
.rsContent p > a {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: none;
}
.rsContent .btn {
  margin-top: 52.7348px;
  font-size: 14px;
  font-weight: 400;
}
.hero-slider p {
  margin-bottom: 44px;
}
.hero-slider h2 {
  text-shadow: 0px 5px 10px rgba(7, 7, 7, 0.55);
}
@media screen and (max-width: 768px) {
  .hero-slider h1 {
    line-height: 60.6px;
  }
}
@media screen and (max-width: 667px) {
  .hero-slider h1 {
    line-height: 57.6px;
  }
}
@media screen and (max-width: 375px) {
  .hero-slider h1 {
    line-height: 66.6px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .rsContent .btn {
    line-height: 19px;
    font-size: 16px;
  }
}
