.cgb-numbers1 {
  background-color: #f2f3f5;
  padding: 40px 0;
  box-sizing: border-box;
}
@media (min-width: 920px) {
  .cgb-numbers1 { padding: 60px 0; }
}
.cgb-numbers1 *,
.cgb-numbers1 *:before,
.cgb-numbers1 *:after {
  box-sizing: border-box;
}
.cgb-numbers1__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.cgb-numbers1__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.06em;
  text-align: center;
  color: #131313;
  margin: 0 0 24px;
}
@media (min-width: 920px) {
  .cgb-numbers1__title { font-size: 40px; margin-bottom: 40px; }
}
@media (min-width: 1200px) {
  .cgb-numbers1__title { font-size: 48px; }
}
.cgb-numbers1__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 620px) {
  .cgb-numbers1__items { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1200px) {
  .cgb-numbers1__items { grid-template-columns: repeat(4, 1fr); }
}
.cgb-numbers1__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.cgb-numbers1__item h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.08em;
  color: rgb(3, 137, 203);
  margin: 0 0 16px;
}
.cgb-numbers1__item p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
.cgb-numbers1__item--accent {
  background-color: rgb(3, 137, 203);
}
.cgb-numbers1__item--accent h3 {
  color: #fff;
}
.cgb-numbers1__item--accent p {
  color: rgba(255, 255, 255, 0.85);
}
