.cgb-breaker1 {
  background-color: #f2f3f5;
  padding: 40px 0;
  box-sizing: border-box;
}
.cgb-breaker1 *,
.cgb-breaker1 *:before,
.cgb-breaker1 *:after {
  box-sizing: border-box;
}
.cgb-breaker1__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.cgb-breaker1__wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
}
.cgb-breaker1__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
  margin: 0 0 30px;
  color: #131313;
}
@media (max-width: 920px) {
  .cgb-breaker1__title { font-size: 30px; line-height: 1; margin-bottom: 20px; }
}
.cgb-breaker1__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 105%;
  letter-spacing: -0.06em;
  text-align: center;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
@media (max-width: 920px) {
  .cgb-breaker1__text { font-size: 22px; }
}
