.slide__title {
  margin-bottom: 2px;
  font-size: 37px;
  line-height: 1;
  font-family: "Grand Central Market", "Circular", arial;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  grid-row: 2;
  grid-column: 2 / -1;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
  z-index: 2;
}

.slide__subtitle {
  margin-bottom: 0;
  font-family: "Grand Central Market", "Circular", arial;
  font-size: 37px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #fff;
  grid-row: 3;
  grid-column: 2 / -1;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
  z-index: 2;
}

@media (min-width: 768px) {

  .slide__title,
  .slide__subtitle {
    font-size: 50px;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 1024px) {
  .slide__title,
  .slide__subtitle {
    font-size: 60px;
  }
}

