.slick-slide {
   position: relative;
   width: 100%;
   margin: 0 auto;
   height: 45vh;
   background-color: #10C9C3;
   position: relative;
   display: flex;
   color: #fff;
   &__text {
      line-height: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1rem;
      text-align: center;
   }
   &__author {
      color: #fff;
      text-transform: uppercase;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 0.7rem;
      text-align: center;
   }
}