.ogst_testimonials_slider {
  padding: 0!important;
  margin: 0!important;
}

.ogst_testimonials_slider .ogst_slide-layout {}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick {
  padding: 0!important;
  margin: 0!important;
}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick .slick-list .slick-track {
  display: flex!important;
}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick .slick-list .slick-track .slick-slide {
  position: relative;
  height: inherit!important;
}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick .ogst_grid-panel {
  
}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick .ogst_grid-panel .ogst_grid-panel-content {
  padding: 0;
  height: 100%!important;
  display: flex;
  margin: 0 auto;
}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick ul.slick-dots {
  margin: 0;
  bottom: -50px;
}

.ogst_testimonials_slider.dark .ogst_slide-layout .ogst_slick button.slick-prev:before,
.ogst_testimonials_slider.dark .ogst_slide-layout .ogst_slick button.slick-next:before {
  color: #00929e;
}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick button.slick-prev {
  left: -50px;
}
.ogst_testimonials_slider .ogst_slide-layout .ogst_slick button.slick-next {
  right: -50px;
}

@media screen and (max-width:981px) {
  .ogst_testimonials_slider .ogst_slide-layout .ogst_slick button.slick-prev {
    left: -30px;
  }
  .ogst_testimonials_slider .ogst_slide-layout .ogst_slick button.slick-next {
    right: -30px;
  }
}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick ul.slick-dots li button:before {
  color: #00929e;
}
.ogst_testimonials_slider .ogst_slide-layout .ogst_slick ul.slick-dots li.slick-active button:before {
  color: #00929e;
}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick .ogst_grid-panel .ogst_grid-panel-content .ogst_grid-panel-content-quote {
  padding: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: transparent;
  flex-grow: 1;
}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick .ogst_grid-panel .ogst_grid-panel-content .ogst_grid-panel-content-quote-body {

}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick .ogst_grid-panel .ogst_grid-panel-content .ogst_grid-panel-content-credits {
  font-style: normal;
  display: flex;
  justify-content: center;
  margin-top:25px;
}

@media screen and (max-width:981px) {
  .ogst_testimonials_slider .ogst_slide-layout .ogst_slick .ogst_grid-panel .ogst_grid-panel-content .ogst_grid-panel-content-credits {
    flex-direction: column;
  }
}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick .ogst_grid-panel .ogst_grid-panel-content .ogst_grid-panel-content-credits .name {
  font-weight: 700;
  margin-right: 10px;
}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick .ogst_grid-panel .ogst_grid-panel-content .ogst_grid-panel-content-credits .company {
  font-weight: normal;
}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick .ogst_grid-panel .ogst_grid-panel-content .ogst_grid-panel-content-credits .company .position {
  display: inline;
}

.ogst_testimonials_slider .ogst_slide-layout .ogst_slick .ogst_grid-panel .ogst_grid-panel-content .ogst_grid-panel-content-credits .company .organization {
  display: inline;
}


.ogst_testimonials_grid .et_pb_blog_grid .et_pb_post {
  display: flex;
  flex-direction: column-reverse;
}


.ogst_testimonials_grid .et_pb_blog_grid .et_pb_post .post-content .post-content-inner p:before {
  content: open-quote;
  display: inline;
}
.ogst_testimonials_grid .et_pb_blog_grid .et_pb_post .post-content .post-content-inner p:after {
  content: close-quote;
  display: inline;
}
.ogst_testimonials_grid .et_pb_blog_grid .et_pb_post .post-content .post-content-inner p {
  display: inline-block;
  padding-bottom: 30px;
}

.ogst_testimonials_grid .et_pb_blog_grid .et_pb_post h2:before {
  content: "\2013 ";
}
