/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #0c2340;
}

.block-schedule__title {
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .block-schedule__title {
    margin-bottom: 0;
  }
}

.block-schedule__top {
  margin-bottom: 1.5625rem;
}

@media (min-width: 768px) {
  .block-schedule__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4.0625rem;
  }
}

.block-schedule__top .c-btn-wrapper {
  margin-top: 0;
}
