/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-home-featured-section {
  max-width: 1320px;
  margin: 0 auto; }

.wp-block-home-featured-section {
  padding-left: 15px;
  padding-right: 15px; }
  .wp-block-home-featured-section br, .wp-block-home-featured-section p:empty {
    display: none; }
  .wp-block-home-featured-section h2.card-title {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    min-height: auto; }
  .wp-block-home-featured-section .col-lg-3 h2.card-title {
    background: none; }
  .wp-block-home-featured-section .card .card-meta a {
    color: #006898; }
  .wp-block-home-featured-section .card .card-meta .author-name, .wp-block-home-featured-section .card .card-meta .author-role {
    font-size: 14px; }
  .wp-block-home-featured-section .card .card-meta img {
    border-radius: 20px;
    margin-right: 10px; }

  .wp-block-home-featured-section .col-lg-3 {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;    
  }

  .wp-block-home-featured-section .col-lg-3 .card + .card {
    border-top: 1px solid #e7e7e7;
  }