.slider-item {
  display: flex;
  flex-direction: row;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  background: white; }
  .slider-item_text {
    display: flex;
    width: 50%;
    flex-direction: column;
    overflow: hidden;
    padding: 0 1rem; }
    .slider-item_text_1 {
      display: flex;
      flex-wrap: wrap;
      font-size: 3rem;
      font-weight: 700;
      font-family: 'Head';
      width: 100%;
      align-items: center;
      padding: 1rem 0;
      -webkit-text-stroke-width: 0.5px;
      -webkit-text-stroke-color: black; }
    .slider-item_text_2 {
      display: flex;
      flex-wrap: wrap;
      font-size: 1.7rem;
      font-weight: 700;
      font-family: 'Menu';
      width: 100%;
      align-items: center;
      padding: 1rem 0;
      letter-spacing: 0.1rem; }
  .slider-item img {
    width: 50%; }

/*# sourceMappingURL=style.css.map */
