.ser__card {
    align-items: flex-start; 
}

.ser__card>.slide__txt{
transform: translateY(0%);
}


@media screen and (max-width: 1024px) {
    .ser__arrow {
      height: 180px;
    }
  }
  
  .newIndexshow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 50%;
    color: #66bf97;
    height: 100%;
    left: 8%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Archivo Black";
    font-size: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  @media screen and (max-width: 1024px) {
    .newIndexshow {
      width: 100%;
      left: 0%;
      top: 94.5%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }