/** Import Bootstrap functions */
/** Relative Image Path. **/
/* line 98, assets/styles/common/_placeholders.scss */
.block.testimonial .top-content .text p {
  font-size: 32px;
  line-height: 40px; }
  @media (max-width: 991.98px) {
    /* line 98, assets/styles/common/_placeholders.scss */
    .block.testimonial .top-content .text p {
      font-size: 24px;
      line-height: 30px; } }

/* line 7, stdin */
.block.testimonial {
  position: relative;
  padding-top: 115px;
  padding-bottom: 65px; }
  @media (max-width: 991.98px) {
    /* line 7, stdin */
    .block.testimonial {
      padding-top: 65px;
      margin-top: 60px; } }
  /* line 17, stdin */
  .block.testimonial .container {
    position: relative; }
    @media (max-width: 991.98px) {
      /* line 17, stdin */
      .block.testimonial .container {
        max-width: 100%; } }
  /* line 25, stdin */
  .block.testimonial .testimonial-dots {
    display: block;
    position: absolute;
    width: 350px;
    height: 110px;
    right: 50px;
    top: -55px;
    z-index: 4;
    background-image: url("/wp-content/themes/swinburne/dist/images/dot-grid-course-tab-v2.svg");
    background-repeat: repeat;
    background-size: auto; }
    @media (max-width: 991.98px) {
      /* line 25, stdin */
      .block.testimonial .testimonial-dots {
        right: 0;
        top: -30px;
        background-repeat: no-repeat;
        background-position: right;
        height: 80px;
        width: 50%;
        background-size: cover; } }
  /* line 49, stdin */
  .block.testimonial .top-content .extended-background {
    position: relative; }
    @media (max-width: 1199.98px) {
      /* line 49, stdin */
      .block.testimonial .top-content .extended-background {
        display: none; } }
    /* line 56, stdin */
    .block.testimonial .top-content .extended-background::before {
      background: #f6f6f6; }
    /* line 60, stdin */
    .block.testimonial .top-content .extended-background::after {
      background: #f6f6f6;
      width: 400px;
      left: -400px; }
    /* line 66, stdin */
    .block.testimonial .top-content .extended-background .vertical-text {
      top: 83px;
      left: 39px;
      color: #8d8a8c; }
  /* line 73, stdin */
  .block.testimonial .top-content .text {
    position: relative; }
    /* line 76, stdin */
    .block.testimonial .top-content .text p {
      padding: 83px 30px; }
      @media (max-width: 1199.98px) {
        /* line 76, stdin */
        .block.testimonial .top-content .text p {
          padding: 83px 0; } }
    /* line 86, stdin */
    .block.testimonial .top-content .text .red-bar {
      border-bottom: solid 5px #ed1c2e;
      width: 63px;
      position: absolute;
      left: 45px;
      bottom: 0; }
      @media (max-width: 1199.98px) {
        /* line 86, stdin */
        .block.testimonial .top-content .text .red-bar {
          display: none; } }
  /* line 100, stdin */
  .block.testimonial .bottom-content {
    position: relative;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1199.98px) {
      /* line 100, stdin */
      .block.testimonial .bottom-content {
        margin-top: -83px; } }
    /* line 109, stdin */
    .block.testimonial .bottom-content .name {
      padding-top: 30px;
      padding-left: 15px; }
      /* line 113, stdin */
      .block.testimonial .bottom-content .name .body-2 {
        margin-bottom: 8px; }
      @media (max-width: 1199.98px) {
        /* line 109, stdin */
        .block.testimonial .bottom-content .name {
          order: 2;
          padding-top: 15px;
          padding-left: 0; } }
    /* line 124, stdin */
    .block.testimonial .bottom-content .image-wrapper {
      width: 250px;
      height: 250px; }
      @media (min-width: 992px) {
        /* line 124, stdin */
        .block.testimonial .bottom-content .image-wrapper {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 382px;
          height: 382px; } }
      /* line 137, stdin */
      .block.testimonial .bottom-content .image-wrapper .icon-wrapper .play {
        width: 90px;
        height: auto; }
      /* line 143, stdin */
      .block.testimonial .bottom-content .image-wrapper img {
        object-fit: cover;
        object-position: center;
        height: 250px;
        width: 250px;
        border-radius: 4px; }
        @media (min-width: 992px) {
          /* line 143, stdin */
          .block.testimonial .bottom-content .image-wrapper img {
            width: 382px;
            height: 382px; } }

/*# sourceMappingURL=testimonial.css.map*/