.cgb-max7 {
  background-color: #f3f3f3;
  padding: 40px 0;
  margin-bottom: -60px;
  box-sizing: border-box;
}
@media (min-width: 920px) {
  .cgb-max7 {
    padding: 60px 0;
    margin-bottom: -120px;
  }
}
.cgb-max7 *,
.cgb-max7 *:before,
.cgb-max7 *:after {
  box-sizing: border-box;
}
.cgb-max7__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.cgb-max7__card {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
}
@media (min-width: 620px) {
  .cgb-max7__card {
    padding: 25px 25px 40px;
  }
}
.cgb-max7__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 30px;
}
@media (min-width: 920px) {
  .cgb-max7__head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cgb-max7__head-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cgb-max7__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: #252b36;
  margin: 0;
}
@media (min-width: 620px) {
  .cgb-max7__title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .cgb-max7__title {
    font-size: 36px;
  }
}
.cgb-max7__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.24;
  letter-spacing: -0.04em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
@media (min-width: 620px) {
  .cgb-max7__subtitle {
    font-size: 16px;
  }
}
.cgb-max7__btn {
  flex: none;
  display: inline-block;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.04em;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #0389cb;
  border: 1px solid #0389cb;
  color: #fff;
  text-decoration: none;
  transition: 0.35s ease;
}
.cgb-max7__btn:hover {
  background-color: #0270a7;
}
.cgb-max7__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.cgb-max7__cell {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
@media (min-width: 560px) {
  .cgb-max7__cell {
    width: calc(50% - 5px);
  }
}
.cgb-max7__cell-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.cgb-max7__number {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #ebf6fb;
  color: #0389cb;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.05em;
}
.cgb-max7__cell h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.08em;
  color: #131313;
  margin: 0;
}
.cgb-max7__cell p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.24;
  letter-spacing: -0.04em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
.cgb-max7__divider {
  border: none;
  border-top: 1px solid rgba(19, 19, 19, 0.1);
  margin: 30px 0;
}
.cgb-max7__checklist-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.08em;
  color: #131313;
  text-align: left;
  margin: 0 0 25px;
}
.cgb-max7__checklist {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 920px) {
  .cgb-max7__checklist {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 30px;
  }
}
.cgb-max7__check-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cgb-max7__check-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cgb-max7__check-icon img {
  display: block;
  width: 16px;
  height: 16px;
}
.cgb-max7__check-item span:last-child {
  max-width: 280px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.24;
  letter-spacing: -0.04em;
  color: #131313;
}
