.cgb-cards1 {
  background-color: #f2f3f5;
  padding: 40px 0;
  box-sizing: border-box;
}
.cgb-cards1 *,
.cgb-cards1 *:before,
.cgb-cards1 *:after {
  box-sizing: border-box;
}
.cgb-cards1__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.cgb-cards1__head {
  margin-bottom: 50px;
}
.cgb-cards1__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 20px;
  color: #131313;
}
.cgb-cards1__subtitle {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  text-align: center;
  color: rgba(19, 19, 19, 0.7);
}
@media (max-width: 991px) {
  .cgb-cards1__head { margin-bottom: 24px; }
  .cgb-cards1__title { font-size: 28px; text-align: left; }
  .cgb-cards1__subtitle { text-align: left; font-size: 16px; }
}
.cgb-cards1__items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -5px;
}
.cgb-cards1__item {
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 5px 10px;
  width: calc(25% - 10px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cgb-cards1__item-title {
  margin: 0 0 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 105%;
  letter-spacing: -0.06em;
  color: #131313;
}
.cgb-cards1__item-text {
  margin: 0 0 auto;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.04em;
  line-height: 1.3;
  color: rgb(90, 90, 90);
}
.cgb-cards1__item-img {
  margin: 20px -25px -25px;
  height: 260px;
  overflow: hidden;
}
.cgb-cards1__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cgb-cards1__item { width: calc(50% - 10px); }
  .cgb-cards1__item:first-child,
  .cgb-cards1__item:last-child { width: calc(50% - 10px); }
}
@media (max-width: 620px) {
  .cgb-cards1__item,
  .cgb-cards1__item:first-child,
  .cgb-cards1__item:last-child {
    width: calc(100% - 10px);
    padding: 10px;
  }
  .cgb-cards1__item-title { font-size: 20px; margin-bottom: 12px; }
  .cgb-cards1__item-text { font-size: 15px; margin-bottom: 16px; }
  .cgb-cards1__item-img { margin: 16px -10px -10px; }
}
