
@media only screen and (min-device-width: 250px) and (max-device-width: 1025px) {

    

    .text-slider-headline{
      width: 100%;
      height: fit-content;
      margin-top: 7rem;
      left: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 0;
    }

    .text-slider-headline h1{
      font-family: sans-serif;
      font-size: 2.25rem;
      line-height: 3rem;
      text-decoration: none;
      color: black;
    }

    .text-slider-headline u{
      text-decoration-color: red;
      text-decoration-thickness: 0.5rem;
    }

    .text-slider-headline span {
      font-size: 1.72rem;
      opacity: 1;
      position: relative;
      top: -1.35rem;
      background-color: black;
      padding: 0.5rem;
      line-height: 3rem;
      color: white;
    }

.text-slider-sentence{
  overflow: hidden;
  margin: 0rem auto;
  width: 100%;
  height: 100%;
  margin-bottom: 0rem;
  text-align: center;
  background-color: white;
  position: relative;
  z-index: 2;
  opacity: 1!important;
}

  .text-slider-sentence h1{
    font-family: sans-serif;
    font-size: 2rem;
    color: black;
  }

  .pc_tablet_smartphone_info_span{
    font-size: 4rem!important;
    width: 18%!important;
  }
   

}