.block_s44-testimonials {

  .container {
    gap: 40px;

    display: flex;


    > div {
      width: 50%;
    }
    @media screen and (max-width: 767px) {
      flex-direction: column;
      padding-bottom: 20px;
      > div {
        width: 100% !important;
      }
    }

    .block-left {


      .btn-wrapper {
        margin-top: 16px;
      }
    }

    .block-right {




      .testimonials-wrapper {

        .testimonial-wrapper {
          background: #fff;
          border-radius: var(--border_radius);
          display: flex !important;
          gap: 8px;
          padding: 24px;
          h3, p {
            font-family: var(--main_font);
            font-weight: 400;
            text-transform: none;
          }

          h3 {
            font-size: 21px;
          }

          .testimonial-author {
            .testimonial-name {
              font-size: 16px;
              font-weight: 600;
            }

            .testimonial-title {
              font-size: 14px;
            }
          }
        }

        .slick-slide {
          margin: 0 12px;
        }

        .slick-list {
          margin: 0 -12px;
        }

        .slick-dots {
          width: fit-content;
          bottom: -50px;

          li {
            width: fit-content;
            &.slick-active {
              button {
                width: 31px !important;
                border-radius: 23px !important;
                opacity: 1 !important;
              }
            }
          }
          button {
            background: var(--s44-dark-green);
            opacity: 0.5;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            transition: width 0.3s ease;

          }
          &:before {
            content: "";
          }
        }
      }
    }
  }
}