.cgb-advantages2 {
  background-color: #f2f3f5;
  padding: 40px 0;
  box-sizing: border-box;
}
@media (min-width: 920px) {
  .cgb-advantages2 { padding: 60px 0; }
}
.cgb-advantages2 *,
.cgb-advantages2 *:before,
.cgb-advantages2 *:after {
  box-sizing: border-box;
}
.cgb-advantages2__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.cgb-advantages2__head {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}
.cgb-advantages2__title {
  margin: 0 0 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.08em;
  color: #131313;
}
@media (min-width: 920px) {
  .cgb-advantages2__title { font-size: 48px; }
}
.cgb-advantages2__subtitle {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: rgba(19, 19, 19, 0.7);
}
@media (min-width: 920px) {
  .cgb-advantages2__subtitle { font-size: 24px; line-height: 1.05; }
}
.cgb-advantages2__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 620px) {
  .cgb-advantages2__row { grid-template-columns: repeat(2, 1fr); }
}
.cgb-advantages2__card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.cgb-advantages2__body {
  padding: 25px 25px 0;
}
.cgb-advantages2__card-title {
  margin: 0 0 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.08em;
  color: #131313;
}
.cgb-advantages2__note {
  margin: 0 0 20px;
  padding-left: 20px;
  border-left: 3px solid rgba(131, 197, 229, 0.6);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: rgba(19, 19, 19, 0.7);
}
.cgb-advantages2__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cgb-advantages2__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: #131313;
}
.cgb-advantages2__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 9px;
  background-color: #EBF6FB;
  position: relative;
}
.cgb-advantages2__icon::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: rgb(3, 137, 203);
}
.cgb-advantages2__img {
  position: relative;
  margin-top: 20px;
  height: 200px;
  overflow: hidden;
}
.cgb-advantages2__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cgb-advantages2__img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}
