
.tmonial{
        height: 400px;
      }
.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: var(--primary-color);

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      .user{
      display: flex;
      flex-direction: column;
      align-items: center;
      }
      .swiper-slide img {
        width: 80px;
      }

      blockquote {
        color: #4c4c4c;
        quotes: "“" "”";
        font-style: italic;
      }
      blockquote:before{
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: .1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
      }
      blockquote .author{
        font-size: 14px;
        font-weight: 700;
      }
