/* Fonts */
.testimoni-small {
  padding: 40px 0;
}
.testimoni-small__wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.testimoni-small__box {
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 16px;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.testimoni-small__box .profile_img {
  flex: 0 0 100%;
  width: 100%;
  max-width: 284px;
  background: #F1F5F9;
  position: relative;
}
.testimoni-small__box .profile_img::after {
  content: "";
  display: inline-flex;
  width: 34px;
  height: 69px;
  background: url(../../images/testimoni-accent.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 24px;
}
.testimoni-small__box .profile_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimoni-small__box .testimonial {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(100% - 284px);
  padding: 24px;
}
.testimoni-small__box .testimonial .testimoni {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
.testimoni-small__box .testimonial .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.testimoni-small__box .testimonial .info .left {
  max-width: calc(100% - 126px);
  flex: 0 0 100%;
  width: 100%;
}
.testimoni-small__box .testimonial .info .left .name {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.testimoni-small__box .testimonial .info .left .job {
  font-size: 14px;
  line-height: 20px;
}
.testimoni-small__box .testimonial .info .right {
  max-width: 110px;
  flex: 0 0 100%;
  width: 100%;
}
.testimoni-small__box .testimonial .info .right .logo {
  text-align: right;
}
@media (max-width: 560px) {
  .testimoni-small__box .profile_img {
    max-width: 100%;
  }
  .testimoni-small__box .profile_img::after {
    right: 48px;
    bottom: -18px;
    transform: rotate(90deg);
  }
  .testimoni-small__box .testimonial {
    max-width: 100%;
  }
  .testimoni-small__box .testimonial .info {
    gap: 16px;
  }
  .testimoni-small__box .testimonial .info .left,
  .testimoni-small__box .testimonial .info .right {
    max-width: 100%;
  }
  .testimoni-small__box .testimonial .info .right .logo {
    text-align: left;
  }
}/*# sourceMappingURL=testimoni-small.css.map */