.bci-section {
  padding: 60px 0;
  background: #ffffff;
}
.bci-section .container {
  max-width: 1200px;
}

.bci-section--horizontal {
  background: #e5ecf8;
  padding: 56px 0;
}
.bci-section--horizontal .container {
  max-width: 1246px;
}
.bci-section--horizontal .bci-section__heading {
  margin-bottom: 32px;
}

.bci-section--assistance {
  padding: 20px 0;
  background: #ffffff;
}
.bci-section--assistance .container {
  max-width: 1196px;
}
.bci-section--assistance .bci-section__heading {
  display: none;
}
.bci-section--assistance .bci-section__grid {
  gap: 20px;
}
.bci-section--assistance .bci-card {
  min-height: 446px;
  justify-content: center;
  align-items: center;
  padding: 36px 39px 35px;
  gap: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.bci-section--assistance .bci-card__title {
  max-width: 303px;
  font-size: var(--jav-font-body-lg);
  line-height: 1;
  text-align: center;
}
.bci-section--assistance .bci-card__body {
  width: 303px;
  max-width: 100%;
  font-size: var(--jav-font-body-sm);
  line-height: 1;
  text-align: center;
}
.bci-section--assistance .bci-card__body ul,
.bci-section--assistance .bci-card__body ol {
  display: inline-block;
  max-width: 100%;
  padding-left: 24px;
  text-align: left;
}
.bci-section--assistance .bci-card__body li {
  margin-bottom: 16px;
}

.bci-section__heading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: var(--jav-font-h3);
  font-weight: 700;
  color: #010440;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.1;
}

.bci-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .bci-section__grid {
    grid-template-columns: 1fr;
  }
}

.bci-card {
  min-width: 0;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 36px 39px 35px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bci-card__title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: var(--jav-font-h5);
  font-weight: 700;
  color: #010440;
  line-height: 1.2;
  margin: 0;
}

.bci-card__body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: var(--jav-font-body-sm);
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
}
.bci-card__body p {
  margin: 0 0 8px;
}
.bci-card__body p:last-child {
  margin-bottom: 0;
}
.bci-card__body ul, .bci-card__body ol {
  margin: 0;
  padding-left: 20px;
}
.bci-card__body ul li, .bci-card__body ol li {
  margin-bottom: 6px;
}
.bci-card__body ul li:last-child, .bci-card__body ol li:last-child {
  margin-bottom: 0;
}

.bci-horizontal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
}

.bci-horizontal__item {
  min-width: 0;
}

.bci-horizontal__title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: var(--jav-font-h5);
  font-weight: 700;
  line-height: 1.2;
  color: #010440;
  margin: 0 0 24px;
  text-align: center;
}

.bci-horizontal__body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: var(--jav-font-body-sm);
  line-height: 1.55;
  color: #010440;
}
.bci-horizontal__body ul, .bci-horizontal__body ol {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 54px;
       column-gap: 54px;
  margin: 0;
  padding-left: 20px;
}
.bci-horizontal__body li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 12px;
}

.bci-horizontal--split .bci-horizontal__body ul, .bci-horizontal--split .bci-horizontal__body ol {
  -moz-columns: 1;
       columns: 1;
}

@media (max-width: 768px) {
  .page-node-scholarship .bci-section {
    padding: 46px 0 33px;
  }
  .page-node-scholarship .bci-section .container {
    width: min(100%, 400px);
    padding: 0 35px;
  }
  .page-node-scholarship .bci-section__heading {
    width: 330px;
    max-width: 100%;
    margin: 0 auto 31px;
    font-size: var(--jav-font-h4);
    line-height: 1;
  }
  .page-node-scholarship .bci-section__grid {
    display: flex;
    flex-direction: column;
    gap: 31px;
  }
  .page-node-scholarship .bci-card {
    width: 330px;
    max-width: 100%;
    min-height: 446px;
    justify-content: center;
    padding: 36px 27px 35px;
    gap: 16px;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    text-align: center;
  }
  .page-node-scholarship .bci-card__title {
    font-size: var(--jav-font-body-lg);
    line-height: 1;
    text-align: center;
  }
  .page-node-scholarship .bci-card__body {
    width: 303px;
    max-width: 100%;
    font-size: var(--jav-font-body-sm);
    line-height: 1;
    text-align: center;
  }
  .page-node-scholarship .bci-card__body ul,
  .page-node-scholarship .bci-card__body ol {
    display: inline-block;
    max-width: 100%;
    padding-left: 24px;
    text-align: left;
  }
  .page-node-scholarship .bci-card__body li {
    margin-bottom: 12px;
  }
  .page-node-scholarship .bci-card__body p {
    margin-bottom: 12px;
  }
  .page-node-scholarship .bci-section--horizontal {
    background: #ffffff;
  }
  .bci-horizontal {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .bci-horizontal__body ul, .bci-horizontal__body ol {
    -moz-columns: 1;
         columns: 1;
  }
}
