/* Only for add  CSS styles to IE 11   */
@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS styles go here */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE 11 CSS styles go here */
}
body:not(.page-template-page-flexible) .employee-testimonials-grid {
  margin-top: -210px;
}
@media (max-width: 1440px) {
  body:not(.page-template-page-flexible) .employee-testimonials-grid {
    margin-top: -270px;
  }
}
@media (max-width: 768px) {
  body:not(.page-template-page-flexible) .employee-testimonials-grid {
    margin-top: -50px;
  }
}

.employee-testimonials-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .employee-testimonials-grid {
    gap: 30px;
  }
}
@media (max-width: 479px) {
  .employee-testimonials-grid {
    gap: 20px;
  }
}
.employee-testimonials-grid .employee-testimonial {
  width: calc(33% - 23px);
  background-color: #F3F5F9;
  padding: 60px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1279px) {
  .employee-testimonials-grid .employee-testimonial {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .employee-testimonials-grid .employee-testimonial {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 479px) {
  .employee-testimonials-grid .employee-testimonial {
    padding: 30px;
  }
}
.employee-testimonials-grid .employee-testimonial .image-container {
  width: 100%;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .employee-testimonials-grid .employee-testimonial .image-container {
    height: 280px;
  }
}
.employee-testimonials-grid .employee-testimonial .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.employee-testimonials-grid .employee-testimonial .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.employee-testimonials-grid .employee-testimonial .text-container p {
  margin-bottom: auto;
}
.employee-testimonials-grid .employee-testimonial h5 {
  margin-bottom: 10px;
}
.employee-testimonials-grid .employee-testimonial .subtitle {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.employee-testimonials-grid .employee-testimonial .button {
  margin-top: 40px;
}
@media (max-width: 479px) {
  .employee-testimonials-grid .employee-testimonial .button {
    margin-top: 30px;
  }
}