.cgb-reviews2 {
  padding: 50px 0 64px;
  overflow: hidden;
  background: #f3f3f3;
  color: #131313;
  font-family: "Inter", Arial, sans-serif;
}
.cgb-reviews2 *,
.cgb-reviews2 *::before,
.cgb-reviews2 *::after {
  box-sizing: border-box;
}
.cgb-reviews2__container {
  width: min(1340px, calc(100% - 100px));
  margin: 0 auto;
}
.cgb-reviews2__title {
  margin: 0 0 50px;
  color: #131313;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.08em;
  text-align: center;
}
.cgb-reviews2__track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.cgb-reviews2__item {
  height: 387px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background: #fff;
}
.cgb-reviews2__item--mobile { display: none; }
.cgb-reviews2__item header { position: relative; display: flex; align-items: center; }
.cgb-reviews2__avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  object-fit: cover;
}
div.cgb-reviews2__avatar {
  display: grid;
  place-items: center;
  color: #afafaf;
  background: #f3f3f3;
  font-size: 18px;
  font-weight: 500;
}
.cgb-reviews2__author {
  min-width: 0;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -.04em;
}
.cgb-reviews2__author b { font-weight: 500; }
.cgb-reviews2__author span { color: rgba(19, 19, 19, .7); }
.cgb-reviews2__quote { width: 32px; height: 32px; margin-left: auto; transform: rotate(180deg); opacity: .5; }
.cgb-reviews2__item p {
  margin: 20px 0 0;
  color: rgba(19, 19, 19, .7);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -.04em;
}
.cgb-reviews2__item time { color: rgba(19, 19, 19, .7); font-size: 14px; line-height: 1.3; letter-spacing: -.04em; }
.cgb-reviews2__dots { display: none; }

@media (max-width: 767px) {
  .cgb-reviews2 { padding: 40px 0; }
  .cgb-reviews2__container { width: calc(100% - 40px); }
  .cgb-reviews2__title { margin-bottom: 30px; font-size: 32px; white-space: nowrap; }
  .cgb-reviews2__viewport {
    width: calc(100vw - 20px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .cgb-reviews2__viewport::-webkit-scrollbar { display: none; }
  .cgb-reviews2__track { width: max-content; display: flex; gap: 10px; }
  .cgb-reviews2__item { width: 262px; height: 310px; flex: 0 0 262px; scroll-snap-align: start; }
  .cgb-reviews2__item--mobile { display: flex; }
  .cgb-reviews2__item p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
  .cgb-reviews2__dots { margin-top: 20px; display: flex; justify-content: center; gap: 7px; }
  .cgb-reviews2__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #dfdfdf; cursor: pointer; }
  .cgb-reviews2__dots button.is-active { background: #0389cb; }
}
@media (max-width: 370px) {
  .cgb-reviews2__container { width: calc(100% - 30px); }
  .cgb-reviews2__title { font-size: 29px; }
}
