.stafe-blocks-testimonial {
  margin: 3.5rem 0;
  border-radius: 1.5rem;
}
@media (min-width: 1200px) {
  .stafe-blocks-testimonial {
    margin: 6rem 1rem;
  }
}
@media (min-width: 768px) {
  .stafe-blocks-testimonial .testimonial-block_container .container.container-testimonial-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 2fr 3fr;
    gap: 5rem;
  }
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_title {
  text-align: center;
}
@media (min-width: 768px) {
  .stafe-blocks-testimonial .testimonial-block_container .testimonial_title {
    text-align: left;
  }
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_title .testimonial_cta {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .stafe-blocks-testimonial .testimonial-block_container .testimonial_title .testimonial_cta {
    justify-content: flex-start;
  }
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial {
  position: relative;
  overflow: hidden;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial {
    margin-top: 0;
  }
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .swiper-wrapper {
  box-sizing: inherit;
  display: flex;
  align-items: center;
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item {
  border-radius: 1.5rem;
  display: flex;
  align-items: stretch;
  background: var(--stafinity-colors-background);
  flex-direction: row;
}
@media (min-width: 768px) {
  .stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item {
    flex-direction: row;
  }
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item .testimonial_img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 1rem 1rem;
  flex: 0 0 30%;
}
@media (min-width: 768px) {
  .stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item .testimonial_img {
    padding: 1rem 1rem 0 1rem;
    flex: inherit;
  }
}
@media (min-width: 992px) {
  .stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item .testimonial_img {
    flex: 0 0 30%;
    padding: 1rem 0 1rem 1rem;
  }
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item .testimonial_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item .testimonial_img img {
    max-height: 20rem;
  }
}
@media (min-width: 992px) {
  .stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item .testimonial_img img {
    max-height: inherit;
  }
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item .testimonial_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item .testimonial_content .fourth-title {
  line-height: 2.6rem;
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item .testimonial_content .testimonial_info {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item .testimonial_content .testimonial_info .testimonial_name {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .testimonial_item .testimonial_content .testimonial_info .testimonial_job {
  margin-bottom: 0;
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .swiper-button-disabled {
  opacity: 0;
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .swiper-button-prev {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  height: 4rem;
  width: 4rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--stafinity-colors-white);
  background: var(--stafinity-colors-tertiary);
  font-size: 2.25rem;
}
@media (min-width: 576px) {
  .stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .swiper-button-prev {
    transform: translate(0, -50%);
  }
}
.stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .swiper-button-next {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 4rem;
  width: 4rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--stafinity-colors-white);
  background: var(--stafinity-colors-tertiary);
  font-size: 2.25rem;
}
@media (min-width: 576px) {
  .stafe-blocks-testimonial .testimonial-block_container .testimonial_testimonial .swiper-button-next {
    transform: translate(0, -50%);
  }
}
.stafe-blocks-testimonial.section_team-bg-color {
  margin: 0;
  padding: 3.5rem 0;
}
@media (min-width: 1200px) {
  .stafe-blocks-testimonial.section_team-bg-color {
    margin: 0 1rem;
    padding: 6rem 0;
  }
}

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