@media only screen and (min-width: 768px) {
  .p-group-top .c-card:not(.c-card_adjust-lg):not(.c-card_noImg) .c-card_title {
    margin-top: 24px;
  }
  .p-group-top .l-tile {
    margin-bottom: -32px;
  }
  .p-group-top .l-tile_item {
    margin-bottom: 32px;
  }
  .p-group-top-container {
    padding: 120px 0 130px;
  }
  .p-group-top-other {
    padding-bottom: 224px;
  }
}
@media only screen and (max-width: 767px) {
  .p-group-top .c-card:not(.c-card_noImg) .c-card_title {
    margin-top: 24px;
  }
  .p-group-top .l-tile_item:last-of-type {
    margin-bottom: 0;
  }
  .p-group-top-container {
    padding: 48px 0;
  }
  .p-group-top-other {
    padding-bottom: 130px;
  }
}