@charset "UTF-8";
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-link-section-block {
  margin-bottom: 3rem; }
  .wp-block-cgb-block-link-section-block h2 {
    color: #0b111d;
    font-family: "Playfair Display", serif;
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-transition: color 0.15s ease-in;
    -o-transition: color 0.15s ease-in;
    transition: color 0.15s ease-in; }
  .wp-block-cgb-block-link-section-block h2::after {
    content: "»";
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem; }
  .wp-block-cgb-block-link-section-block a {
    text-decoration: none; }
  .wp-block-cgb-block-link-section-block a:hover h2,
  .wp-block-cgb-block-link-section-block a:focus h2 {
    color: #9b301c;
    -webkit-transition: color 0.15s ease-in;
    -o-transition: color 0.15s ease-in;
    transition: color 0.15s ease-in; }
