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

.block-iframe {
  margin-bottom: 2.5rem !important;
}

@media (min-width: 576px) {
  .block-iframe {
    margin-bottom: 3.125rem !important;
  }
}

@media (min-width: 768px) {
  .block-iframe {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .block-iframe {
    margin-bottom: 4.375rem !important;
  }
}

@media (min-width: 1320px) {
  .block-iframe {
    margin-bottom: 5rem !important;
  }
}
