.cgb-reviews1 {
  max-width: 100vw;
  padding: 40px 0;
  box-sizing: border-box;
}
@media (min-width: 920px) {
  .cgb-reviews1 {
    padding: 60px 0;
  }
}
.cgb-reviews1 *,
.cgb-reviews1 *:before,
.cgb-reviews1 *:after {
  box-sizing: border-box;
}
.cgb-reviews1__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.cgb-reviews1__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
@media (min-width: 620px) {
  .cgb-reviews1__title {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.cgb-reviews1__title h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #131313;
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 0;
}
@media (min-width: 620px) {
  .cgb-reviews1__title h2 {
    font-size: 32px;
  }
}
@media (min-width: 920px) {
  .cgb-reviews1__title h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .cgb-reviews1__title h2 {
    font-size: 48px;
  }
}
.cgb-reviews1__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 14px;
  background-color: rgb(240, 245, 255);
  border-radius: 10px;
  width: fit-content;
}
@media (min-width: 620px) {
  .cgb-reviews1__rating {
    gap: 16px;
    padding: 12px 16px;
    flex-wrap: nowrap;
  }
}
.cgb-reviews1__rating-num {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #131313;
}
.cgb-reviews1__rating-note {
  font-family: "Inter", sans-serif;
  color: #0389cb;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 620px) {
  .cgb-reviews1__rating-note {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .cgb-reviews1__rating-note {
    font-size: 18px;
  }
}
.cgb-reviews1__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 620px) {
  .cgb-reviews1__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cgb-reviews1__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cgb-reviews1__card {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
}
.cgb-reviews1__author {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #131313;
  margin: 0 0 6px;
}
.cgb-reviews1__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(19, 19, 19, 0.7);
  margin: 0 0 10px;
}
.cgb-reviews1__date {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(19, 19, 19, 0.4);
  margin: 0;
}
.cgb-reviews1__action {
  text-align: center;
  margin-top: 24px;
}
.cgb-reviews1__btn {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.04em;
  padding: 16px 32px;
  border-radius: 5px;
  background-color: #0389cb;
  border: 1px solid #0389cb;
  color: #fff;
  text-decoration: none;
  transition: 0.35s ease;
}
.cgb-reviews1__btn:hover {
  background-color: #0270a7;
}
