﻿.c-testimonial-block {
  background: white;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 100px; }
  .c-testimonial-block .testimonial-inner {
    position: relative;
    padding-top: 165px;
    padding-bottom: 85px;
    max-width: 1600px;
    margin: 0 auto; }
  .c-testimonial-block .testimonial-primary {
    font-family: 'heatsregular';
    font-size: 52px;
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    line-height: 1; }
  .c-testimonial-block .testimonial-secondary {
    font-family: Montserrat;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    color: #9b895b;
    max-width: 1400px;
    font-weight: bold;
    text-transform: uppercase; }
  .c-testimonial-block .center-top-logo {
    position: absolute;
    left: 50%;
    top: -85px;
    transform: translateX(-50%);
    max-height: 170px;
    max-width: 170px; }
  .c-testimonial-block .logo-container {
    display: flex;
    justify-content: center; }
    .c-testimonial-block .logo-container img {
      display: inline-block;
      margin: 5px;
      max-height: 60px; }
      @media (min-width: 1200px) {
        .c-testimonial-block .logo-container img {
          max-height: 80px; } }
  .c-testimonial-block .slick-list, .c-testimonial-block .slider {
    margin-bottom: 40px; }
  .c-testimonial-block .testimonial-slide-item {
    text-align: center; }
  .c-testimonial-block .testimonial-slide-item-inner {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center; }
  .c-testimonial-block .slick-dots {
    position: static; }
  .c-testimonial-block .slick-dots li button:before {
    color: black; }
  .c-testimonial-block .slick-dots li.slick-active button:before {
    color: black; }
  .c-testimonial-block .slick-dots li.slick-active button:after {
    border-left: 3px solid black;
    border-right: 3px solid black;
    border-bottom: 3px solid black; }
  .c-testimonial-block .slick-arrow:before {
    display: none; }
  .c-testimonial-block .slick-next.slick-arrow {
    background-image: url("/Assets/img/website/slider/right.svg");
    background-size: 77px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 77px;
    right: 1%;
    z-index: 10;
    display: none !important; }
  .c-testimonial-block .slick-prev.slick-arrow {
    background-image: url("/Assets/img/website/slider/left.svg");
    background-size: 77px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 77px;
    left: 1%;
    z-index: 10;
    display: none !important; }
  @media (min-widh: 768px) {
    .c-testimonial-block .testimonial-primary {
      font-size: 60px; } }
  @media (min-width: 1200px) {
    .c-testimonial-block .slick-prev.slick-arrow, .c-testimonial-block .slick-next.slick-arrow {
      display: block !important; }
    .c-testimonial-block .testimonial-primary {
      font-size: 100px; } }
